added logo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Arnas Udovicius 2022-08-23 08:26:45 +03:00
parent fdf5cfdda3
commit 833ce18b0a
10 changed files with 20 additions and 16 deletions

View file

@ -1,5 +1,5 @@
{% import "macros.tpl" category_url, tag_url, text_url %}
# Arna alkierios :: {% if lang == "sgs" %}Vėsė tekstā{% else %}All texts{% endif %}
{% 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 %}

View file

@ -1,5 +1,5 @@
{% import "macros.tpl" category_url, tag_url, text_url %}
# Arna alkierios :: {{ path }}
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
# {{ logo() }} Arna alkierios :: {{ path }}
{% if indexFile %}{{ indexFile.Content }}

View file

@ -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.

View file

@ -1,5 +1,5 @@
{% import "../macros.tpl" category_url, tag_url, text_url %}
# Arna alkierios
{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
# {{ logo() }} Arna alkierios
Welcome to my capsule in Gemini space.

View file

@ -3,3 +3,5 @@
{% 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 logo() export %}🌛{% endmacro %}

View file

@ -1,5 +1,5 @@
{% import "macros.tpl" category_url, tag_url, text_url %}
# Arna alkierios :: {{ file.File.Description }}
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
# {{ logo() }} Arna alkierios :: {{ file.File.Description }}
{{ file.Content }}

View file

@ -1,5 +1,5 @@
{% import "macros.tpl" text_url %}
# Arna alkierios :: {% if lang == "sgs" %}Paėiška{% else %}Search{% endif %}
{% import "macros.tpl" text_url, logo %}
# {{ logo() }} Arna alkierios :: {% if lang == "sgs" %}Paėiška{% else %}Search{% endif %}
{% 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 %}

View file

@ -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.

View file

@ -1,5 +1,5 @@
{% import "../macros.tpl" category_url, tag_url, text_url %}
# Arna alkierios
{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
# {{ logo() }} Arna alkierios
Sveikė atvīkėn i mona kapsolė Gemini ertie.

View file

@ -1,5 +1,5 @@
{% import "macros.tpl" category_url, tag_url, text_url %}
# Arna alkierios :: [{{ tag }}]
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
# {{ logo() }} Arna alkierios :: [{{ tag }}]
{% for file in tree.Files %}{{ text_url(lang, file) }}
{% endfor %}