Improvments.

- Better messages
- X min read
- pt_BR translation
- Better style for read more
This commit is contained in:
Alexandre Vicenzi 2016-08-10 23:20:35 -03:00
parent df41de5f6a
commit 549a882acb
14 changed files with 196 additions and 100 deletions

View file

@ -1,3 +1,3 @@
{% extends "index.html" %}
{% block title %} – {{ _('Category: %(name)s', name=category) }}{% endblock %}
{% block title %} – {{ _('Category %(name)s', name=category) }}{% endblock %}
{% set summarise = True %}