This commit is contained in:
parent
fdf5cfdda3
commit
833ce18b0a
10 changed files with 20 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
||||||
{% import "macros.tpl" category_url, tag_url, text_url %}
|
{% import "macros.tpl" category_url, tag_url, text_url, 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) }}
|
{% for file in tree.Files %}{{ text_url(lang, file) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% import "macros.tpl" category_url, tag_url, text_url %}
|
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
|
||||||
# Arna alkierios :: {{ path }}
|
# {{ logo() }} Arna alkierios :: {{ path }}
|
||||||
|
|
||||||
{% if indexFile %}{{ indexFile.Content }}
|
{% if indexFile %}{{ indexFile.Content }}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Arna alkierios :: About
|
{% import "../macros.tpl" logo %}
|
||||||
|
# {{ logo() }} Arna alkierios :: About
|
||||||
|
|
||||||
I am Arns Udovič, also you can find me by Zordsdavini.
|
I am Arns Udovič, also you can find me by Zordsdavini.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% import "../macros.tpl" category_url, tag_url, text_url %}
|
{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
|
||||||
# Arna alkierios
|
# {{ logo() }} Arna alkierios
|
||||||
|
|
||||||
Welcome to my capsule in Gemini space.
|
Welcome to my capsule in Gemini space.
|
||||||
|
|
||||||
|
|
|
@ -3,3 +3,5 @@
|
||||||
{% macro tag_url(lang, tag, count) export %}=> /{{ lang }}/t/{{ tag }} 🏷 {{ tag }}{% if count %} ({{ count }}){% endif %} {% endmacro %}
|
{% macro tag_url(lang, tag, count) export %}=> /{{ lang }}/t/{{ tag }} 🏷 {{ tag }}{% if count %} ({{ count }}){% endif %} {% endmacro %}
|
||||||
|
|
||||||
{% macro text_url(lang, file) export %}=> /{{ lang }}/f/{{ file.CategoriesAsUrl() }}/{{ file.Id }}/{{ file.GmiName() }} ✒ {{ file.Description }} ({{ file.Created }}) {% endmacro %}
|
{% macro text_url(lang, file) export %}=> /{{ lang }}/f/{{ file.CategoriesAsUrl() }}/{{ file.Id }}/{{ file.GmiName() }} ✒ {{ file.Description }} ({{ file.Created }}) {% endmacro %}
|
||||||
|
|
||||||
|
{% macro logo() export %}🌛{% endmacro %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% import "macros.tpl" category_url, tag_url, text_url %}
|
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
|
||||||
# Arna alkierios :: {{ file.File.Description }}
|
# {{ logo() }} Arna alkierios :: {{ file.File.Description }}
|
||||||
|
|
||||||
{{ file.Content }}
|
{{ file.Content }}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% import "macros.tpl" text_url %}
|
{% import "macros.tpl" text_url, logo %}
|
||||||
# Arna alkierios :: {% if lang == "sgs" %}Paėiška{% else %}Search{% endif %}
|
# {{ logo() }} Arna alkierios :: {% if lang == "sgs" %}Paėiška{% else %}Search{% endif %}
|
||||||
|
|
||||||
{% 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 %}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Arna alkierios :: Aple
|
{% import "../macros.tpl" logo %}
|
||||||
|
# {{ logo() }} Arna alkierios :: Aple
|
||||||
|
|
||||||
Eso Udovič Arns, dā vadėnamo Zordsdavini arba Ousėnio.
|
Eso Udovič Arns, dā vadėnamo Zordsdavini arba Ousėnio.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% import "../macros.tpl" category_url, tag_url, text_url %}
|
{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
|
||||||
# Arna alkierios
|
# {{ logo() }} Arna alkierios
|
||||||
|
|
||||||
Sveikė atvīkėn i mona kapsolė Gemini ertie.
|
Sveikė atvīkėn i mona kapsolė Gemini ertie.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% import "macros.tpl" category_url, tag_url, text_url %}
|
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
|
||||||
# Arna alkierios :: [{{ tag }}]
|
# {{ logo() }} Arna alkierios :: [{{ tag }}]
|
||||||
|
|
||||||
{% for file in tree.Files %}{{ text_url(lang, file) }}
|
{% for file in tree.Files %}{{ text_url(lang, file) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue