Files
pelican-themes/tuxlite_zf/templates/article_infos.html
2013-03-12 17:24:22 +00:00

10 lines
333 B
HTML

<h6 class="subheader" title="{{ article.date.isoformat() }}">{{ article.locale_date }}
{# {% if article.author %}
By <a href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a>
{% endif %} #}
</h6>
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(article) }}