aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2012-04-07 05:16:49 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2012-04-07 05:16:49 +0200
commitdee5f427e0be235d2badc058fcb90e79a0682b6a (patch)
treecd1ca67950e214b806db4916e58d41623c16c758 /tuxlite_tbs
parentd5dc2a11d949168c59182dbf1dcaa0c80ba2e53e (diff)
downloadpelican-themes-dee5f427e0be235d2badc058fcb90e79a0682b6a.zip
pelican-themes-dee5f427e0be235d2badc058fcb90e79a0682b6a.tar.gz
pelican-themes-dee5f427e0be235d2badc058fcb90e79a0682b6a.tar.bz2
tuxlite_tbs: fix broken author URL
Diffstat (limited to 'tuxlite_tbs')
-rw-r--r--tuxlite_tbs/templates/metadata.html2
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> #}