diff --git a/district/templates/shared/article.html b/district/templates/shared/article.html index 4b376b6000c16df1fe71c8ea350d4648e0b3522e..4e326584b3a0c23d8560259efe4873f6813c8bee 100644 --- a/district/templates/shared/article.html +++ b/district/templates/shared/article.html @@ -20,7 +20,7 @@ <span class="pr-2">{{ page.last_published_at|date:"SHORT_DATE_FORMAT" }}</span> <span class="pl-2" itemprop="author" itemtype="http://schema.org/Person" itemscope=""> <span itemprop="name"> - <a href="{{ page.author.url }}">{{ page.author }}</a> + <a href="{{ page.author.url }}">{{ page.author.name }}</a> </span> </span> </div>