mirror of
https://git.sdbs.cz/sdbs/pile.git
synced 2025-05-10 00:12:18 +00:00
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" %}
|
{% 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 %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue