space in en index; sgs urls with lang
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b704fd1620
commit
7fbd1ce6f8
2 changed files with 2 additions and 2 deletions
|
@ -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 }})
|
||||||
|
|
|
@ -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(file.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