diff options
author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2012-04-07 05:16:49 +0200 |
---|---|---|
committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2012-04-07 05:16:49 +0200 |
commit | dee5f427e0be235d2badc058fcb90e79a0682b6a (patch) | |
tree | cd1ca67950e214b806db4916e58d41623c16c758 | |
parent | d5dc2a11d949168c59182dbf1dcaa0c80ba2e53e (diff) | |
download | pelican-themes-dee5f427e0be235d2badc058fcb90e79a0682b6a.tar.gz |
tuxlite_tbs: fix broken author URL
-rw-r--r-- | tuxlite_tbs/templates/metadata.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tuxlite_tbs/templates/metadata.html b/tuxlite_tbs/templates/metadata.html index 222efd7..5022ae7 100644 --- a/tuxlite_tbs/templates/metadata.html +++ b/tuxlite_tbs/templates/metadata.html @@ -1,7 +1,7 @@ {{ article.locale_date }} {% if article.author %} -by <a class="url fn" href="{{ SITEURL }}/author/{{ article.author }}.html">{{ article.author }}</a> +by <a class="url fn" href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a> {% endif %} {# Filed under <a href="{{ SITEURL }}/category/{{ article.category }}.html">{{ article.category }}</a> #} |