From d8d28e133b5a6cd843216cebc5e1289a39dd6fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 19 Dec 2020 21:38:20 +0100 Subject: [PATCH] unify title separator --- sdbs_pile/pile/templates/front_doc_listing.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/sdbs_pile/pile/templates/front_doc_listing.html b/sdbs_pile/pile/templates/front_doc_listing.html index 8626d2a..2872f7d 100644 --- a/sdbs_pile/pile/templates/front_doc_listing.html +++ b/sdbs_pile/pile/templates/front_doc_listing.html @@ -1,14 +1,16 @@ {% extends "front_base.html" %} -{% block title %}{% spaceless %} +{% block title %} +{% spaceless %} {% if tag %} - : Filed under "{{ tag.name }}" + | Filed under "{{ tag.name }}" {% elif untagged %} - : Untagged + | Untagged {% else %} - : All documents + | All documents {% endif %} -{% endspaceless %}{% endblock %} +{% endspaceless %} +{% endblock %} {% block content %} {% if tag %}