remove space between file links
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Arnas Udovic 2023-02-14 16:56:49 +02:00
parent 1ec0b0f7aa
commit b704fd1620
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
# {{ 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 %}

View file

@ -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 %}
{% 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 }})

View file

@ -3,7 +3,7 @@
{{ file.FormatContent()|safe }}
🌙 {{ file.File.Created}}
🌙{{ file.File.Created}}
{{ file.File.Copyright }}
{% if file.File.Tags %}### {% if lang == "sgs" %}Žīmas{% else %}Tags{% endif %}

View file

@ -3,6 +3,6 @@
{% 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 %}
{% 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 %}

View file

@ -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šā
{% for file in lastFiles %}{{ text_url(lang, file) }} {% endfor %}
{% for file in lastFiles %}{{ text_url(lang, file) }}{% endfor %}
{% endif %}
=> /sgs/f vėsė straipsnē ({{ tree.Files|length }})