From 7dfb4aff98f4caa6f5b93a53ef514bb85436fa12 Mon Sep 17 00:00:00 2001 From: Jarmil <jarmil.halamicek@seznam.cz> Date: Tue, 20 Oct 2020 05:27:41 +0200 Subject: [PATCH] FIX: jmeno autora v detailu clanku --- district/templates/shared/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/district/templates/shared/article.html b/district/templates/shared/article.html index 4b376b60..4e326584 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> -- GitLab