unify title separator
This commit is contained in:
parent
61c6892677
commit
d8d28e133b
1 changed files with 7 additions and 5 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue