Revert "Localise clean-blog Theme"

This commit is contained in:
Gilson Filho
2017-05-12 23:32:57 -03:00
committed by GitHub
parent 7572322a86
commit 8e4ccef4eb
16 changed files with 26 additions and 238 deletions

View File

@ -58,11 +58,11 @@
{% endif %}
</p>
{% endif %}
<p class="post-meta">{{ gettext('Posted by') }}
<p class="post-meta">Posted by
{% for author in article.authors %}
<a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>
{% endfor %}
{{ gettext('on') }} {{ article.locale_date }}
on {{ article.locale_date }}
</p>
{% include 'comments.html' %}
</div>