Add theme

This commit is contained in:
2017-07-06 21:57:36 +07:00
parent e354274c7e
commit 4a46c892fd
43 changed files with 12480 additions and 1 deletions

View File

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