Mercurial > hg > Blog
comparison themes/tuxlite_tbs/templates/metadata.html @ 42:51d2ddc51e40
update the theme with the latest changes from upstream
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 30 Sep 2014 03:53:59 +0200 |
parents | 6e2bcaecf3ec |
children |
comparison
equal
deleted
inserted
replaced
41:47fa61e1845e | 42:51d2ddc51e40 |
---|---|
1 {{ article.locale_date }} | 1 {{ article.locale_date }} |
2 | 2 |
3 {% if article.author %} | 3 {% if article.author %} |
4 by <a class="url fn" href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a> | 4 by <a class="url fn" href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a> |
5 {% if article.translations %} | |
6 <a href="{{ SITEURL }}/{{ article.url }}" class="btn btn-info xsmall">{{ article.lang or DEFAULT_LANG }}</a> | |
7 {% for translation in article.translations %} | |
8 <a href="{{ SITEURL }}/{{ translation.url }}" class="btn btn-info xsmall">{{ translation.lang }}</a> | |
9 {% endfor %} | |
10 {% endif %} | |
5 {% endif %} | 11 {% endif %} |
6 | 12 |
7 {# Filed under <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a> #} | 13 {# Filed under <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a> #} |
8 | 14 |
9 {# | 15 {# |