This commit is contained in:
parent
bf568a8652
commit
27019d2efa
9 changed files with 16 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
||||||
{% 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 %}
|
# {% 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 %}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
|
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
|
||||||
# {{ logo() }} Arna alkierios :: {{ path }}
|
# {{ path }}
|
||||||
|
|
||||||
{% if indexFile %}{{ indexFile.FormatContent()|safe }}
|
{% if indexFile %}{{ indexFile.FormatContent()|safe }}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% import "../macros.tpl" logo %}
|
{% import "../macros.tpl" logo %}
|
||||||
# {{ logo() }} Arna alkierios :: About
|
# About
|
||||||
|
|
||||||
I am Arns Udovič, also you can find me by Zordsdavini.
|
I am Arns Udovič, also you can find me by Zordsdavini.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
|
{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
|
||||||
# {{ logo() }} Arna alkierios
|
# Arna alkierios
|
||||||
|
|
||||||
Welcome to my capsule in Gemini space.
|
Welcome to my capsule in Gemini space. {{ logo() }}
|
||||||
|
|
||||||
> Če turietom būtė mon pruotinga cėtata :-P
|
> Če turietom būtė mon pruotinga cėtata :-P
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
|
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
|
||||||
# {{ logo() }} Arna alkierios :: {{ file.File.Description }}
|
# {{ file.File.Description }}
|
||||||
|
|
||||||
{{ file.FormatContent()|safe }}
|
|
||||||
|
|
||||||
🌙{{ file.File.Created}}
|
|
||||||
{{ 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 %}
|
||||||
{% for tag in file.File.Tags %}{{ tag_url(lang, tag, 0) }}
|
{% for tag in file.File.Tags %}{{ tag_url(lang, tag, 0) }}
|
||||||
{% endfor %} {% endif %}
|
{% endfor %} {% endif %}
|
||||||
|
|
||||||
|
🌙{{ file.File.Created}}, {{ file.File.Copyright }}
|
||||||
|
|
||||||
|
{{ file.FormatContent()|safe }}
|
||||||
|
|
||||||
{{ category_url(lang, file.File.CategoryPath, file.File.Category|last, 0) }}
|
{{ category_url(lang, file.File.CategoryPath, file.File.Category|last, 0) }}
|
||||||
=> {% if lang == "sgs" %}/sgs 🏠 nomėi{% else %}/en 🏠 home{% endif %}
|
=> {% if lang == "sgs" %}/sgs 🏠 nomėi{% else %}/en 🏠 home{% endif %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% import "macros.tpl" text_url, logo %}
|
{% import "macros.tpl" text_url, logo %}
|
||||||
# {{ logo() }} Arna alkierios :: {% if lang == "sgs" %}Paėiška{% else %}Search{% endif %}
|
# {% 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,5 +1,5 @@
|
||||||
{% import "../macros.tpl" logo %}
|
{% import "../macros.tpl" logo %}
|
||||||
# {{ logo() }} Arna alkierios :: Aple
|
# Aple
|
||||||
|
|
||||||
Eso Udovič Arns, dā vadėnamo Zordsdavini arba Ousėnio.
|
Eso Udovič Arns, dā vadėnamo Zordsdavini arba Ousėnio.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
|
{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
|
||||||
# {{ logo() }} Arna alkierios
|
# Arna alkierios
|
||||||
|
|
||||||
Sveikė atvīkėn i mona kapsolė Gemini ertie.
|
Sveikė atvīkėn i mona kapsolė Gemini ertie. {{ logo() }}
|
||||||
|
|
||||||
> Če turietom būtė mon pruotinga cėtata :-P
|
> Če turietom būtė mon pruotinga cėtata :-P
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
|
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
|
||||||
# {{ logo() }} Arna alkierios :: [{{ tag }}]
|
# [{{ tag }}]
|
||||||
|
|
||||||
{% for file in tree.Files %}{{ text_url(lang, file) }}{% endfor %}
|
{% for file in tree.Files %}{{ text_url(lang, file) }}{% endfor %}
|
||||||
{% if tree.Tags %}### {% if lang == "sgs" %}Žīmas{% else %}Tags{% endif %}
|
{% if tree.Tags %}### {% if lang == "sgs" %}Žīmas{% else %}Tags{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue