From: Michael Tremer Date: Tue, 30 Oct 2018 08:45:54 +0000 (+0000) Subject: blog: Add author's avatar X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f4f564522f76f8c406002f4b373df93a2695391;p=ipfire.org.git blog: Add author's avatar Signed-off-by: Michael Tremer --- diff --git a/src/templates/blog/author.html b/src/templates/blog/author.html index b4009f01..545f8202 100644 --- a/src/templates/blog/author.html +++ b/src/templates/blog/author.html @@ -5,7 +5,13 @@ {% block main %}
-
{{ _("%s's posts") % author.name }}
+
+
+ {{ author }} + +

{{ author }}

+
+
{% module BlogList(posts) %}