unify title separator

This commit is contained in:
Tomáš Mládek 2020-12-19 21:38:20 +01:00
parent 61c6892677
commit d8d28e133b

View file

@ -1,14 +1,16 @@
{% extends "front_base.html" %} {% extends "front_base.html" %}
{% block title %}{% spaceless %} {% block title %}
{% spaceless %}
{% if tag %} {% if tag %}
: Filed under "{{ tag.name }}" | Filed under "{{ tag.name }}"
{% elif untagged %} {% elif untagged %}
: Untagged | Untagged
{% else %} {% else %}
: All documents | All documents
{% endif %} {% endif %}
{% endspaceless %}{% endblock %} {% endspaceless %}
{% endblock %}
{% block content %} {% block content %}
{% if tag %} {% if tag %}