This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository pkg-java-blog.
commit 952786bc52e0fe1babf9a1e4cf93ab573b6154c4 Author: Markus Koschany <[email protected]> Date: Thu Apr 28 14:37:34 2016 +0200 Try article.author as link text. --- theme-bits/templates/metadata.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-bits/templates/metadata.html b/theme-bits/templates/metadata.html index ede4c1f..e541eb3 100644 --- a/theme-bits/templates/metadata.html +++ b/theme-bits/templates/metadata.html @@ -3,7 +3,7 @@ {% if article.author %} by <a class="url fn" href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a> {% elif article.authors %} -by <a class="url fn" href="{{ SITEURL }}/{{ article.authors.url | join(',') }}">{{ article.authors }}</a> +by <a class="url fn" href="{{ SITEURL }}/{{ article.authors.url | join(',') }}">{{ article.author }}</a> {% endif %} {% if article.translator %} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pkg-java-blog.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

