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

View file

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

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. 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 %} {% 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.

View file

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

View file

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

View file

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

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. 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 %} {% 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.

View file

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