remove space between file links
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
1ec0b0f7aa
commit
b704fd1620
5 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
|
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
|
||||||
# {{ logo() }} Arna alkierios :: {% if lang == "sgs" %}Vėsė tekstā{% else %}All texts{% endif %}
|
# {{ logo() }} Arna alkierios :: {% if lang == "sgs" %}Vėsė tekstā{% else %}All texts{% endif %}
|
||||||
|
|
||||||
{% for file in tree.Files %}{{ text_url(lang, file) }} {% endfor %}
|
{% for file in tree.Files %}{{ text_url(lang, file) }}{% endfor %}
|
||||||
|
|
||||||
=> {% if lang == "sgs" %}/sgs ← grīžtė{% else %}/en ← back{% endif %}
|
=> {% if lang == "sgs" %}/sgs ← grīžtė{% else %}/en ← back{% endif %}
|
||||||
|
|
|
@ -22,6 +22,6 @@ Main themes are spreaded by categories. Each file may have tags what can filter
|
||||||
{{ tag_url(lang, tag, count) }} {% endfor %} {% endif %}
|
{{ tag_url(lang, tag, count) }} {% endfor %} {% endif %}
|
||||||
|
|
||||||
{% if lastFiles %}### Last texts
|
{% if lastFiles %}### Last texts
|
||||||
{% for file in lastFiles %}{{ text_url(lang, file) }} {% endfor %} {% endif %}
|
{% for file in lastFiles %}{{ text_url(lang, file) }} {% endfor %}{% endif %}
|
||||||
|
|
||||||
=> /en/f all texts ({{ tree.Files|length }})
|
=> /en/f all texts ({{ tree.Files|length }})
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
{{ file.FormatContent()|safe }}
|
{{ file.FormatContent()|safe }}
|
||||||
|
|
||||||
🌙 {{ file.File.Created}}
|
🌙{{ file.File.Created}}
|
||||||
{{ file.File.Copyright }}
|
{{ file.File.Copyright }}
|
||||||
|
|
||||||
{% if file.File.Tags %}### {% if lang == "sgs" %}Žīmas{% else %}Tags{% endif %}
|
{% if file.File.Tags %}### {% if lang == "sgs" %}Žīmas{% else %}Tags{% endif %}
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
|
|
||||||
{% if lang == "sgs" %}Ėiškuota vagol{% else %}Searched by{% endif %}: {{ q }}
|
{% if lang == "sgs" %}Ėiškuota vagol{% else %}Searched by{% endif %}: {{ q }}
|
||||||
{% if tree.Files|length == 0 %}{% if lang == "sgs" %}Nieka narada{% else %}Nothing found{% endif %}...{% else %}
|
{% if tree.Files|length == 0 %}{% if lang == "sgs" %}Nieka narada{% else %}Nothing found{% endif %}...{% else %}
|
||||||
{% for file in tree.Files %}{{ text_url(lang, file) }} {% endfor %} {% endif %}
|
{% for file in tree.Files %}{{ text_url(lang, file) }} {% endfor %}{% endif %}
|
||||||
|
|
||||||
=> {% if lang == "sgs" %}/sgs ← grīžtė{% else %}/en ← back{% endif %}
|
=> {% if lang == "sgs" %}/sgs ← grīžtė{% else %}/en ← back{% endif %}
|
||||||
|
|
|
@ -23,7 +23,7 @@ Pagrindėnės temas paskėrstītas par kateguorėjės. Kuožnos fails gal turie
|
||||||
|
|
||||||
{% if lastFiles %}### Paskotėnē īrašā
|
{% if lastFiles %}### Paskotėnē īrašā
|
||||||
|
|
||||||
{% for file in lastFiles %}{{ text_url(lang, file) }} {% endfor %}
|
{% for file in lastFiles %}{{ text_url(lang, file) }}{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
=> /sgs/f vėsė straipsnē ({{ tree.Files|length }})
|
=> /sgs/f vėsė straipsnē ({{ tree.Files|length }})
|
||||||
|
|
Loading…
Reference in a new issue