journal: remove unused template (#54295)

This commit is contained in:
Valentin Deniaud 2021-05-26 11:41:02 +02:00
parent 66a058fac9
commit 32cc38c814
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
{% for caption, url in date_hierarchy.back_urls %}
<a class="date-hierarchy--back-url" href="{{ url }}">{{ caption }}</a>
{% endfor %}
{% if date_hierarchy.choice_urls %}
{% for caption, url in date_hierarchy.choice_urls %}
<a class="date-hierarchy--choice" href="{{ url }}">{{ caption }}</a>
{% endfor %}
{% endif %}