Update translations.

This commit is contained in:
Alexandre Vicenzi 2016-08-24 21:56:04 -03:00
parent cb25d04455
commit 72180a8f4a
4 changed files with 36 additions and 19 deletions

View file

@ -10,6 +10,13 @@
when=article.locale_date,
category='<a href="%s/%s">%s</a>'|format(SITEURL, article.category.url, article.category)|safe) }}
{% if article.tags and not HOME_HIDE_TAGS %}
&#8226; {{ _('Tagged with') }}
{% for tag in article.tags %}
<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>{% if not loop.last %},{% endif %}
{% endfor %}
{% endif %}
{% if 'post_stats' in PLUGINS %}
&#8226; {{ article.stats['read_mins'] }} min read
{% endif %}