add a dedicated title for all entries page

This commit is contained in:
Nicolas Hart
2017-07-27 22:35:59 +02:00
parent f39152ad6e
commit 383215866f
14 changed files with 14 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{% elseif currentRoute == 'archive' %}
{{ 'entry.page_titles.archived'|trans }}
{% elseif currentRoute == 'all' %}
{{ 'entry.page_titles.filtered'|trans }}
{{ isFiltered ? 'entry.page_titles.filtered'|trans : 'entry.page_titles.all'|trans }}
{% elseif currentRoute == 'search' %}
{{ 'entry.page_titles.filtered_search'|trans }} {{ filter }}
{% elseif currentRoute == 'tag_entries' %}