iccconnnsss

This commit is contained in:
joak 2023-12-12 01:26:13 +01:00
parent a764bd348c
commit 284eab0ef2
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,3 @@
title: Start Page title: Extratonality
--- ---
body: body:

View File

@ -8,7 +8,17 @@
<br> <br>
{% endif %} {% endif %}
<a href="{{ child|url }}" {% if child == this %} class="active"{% endif %}> <a href="{{ child|url }}" {% if child == this %} class="active"{% endif %}>
<span><bold>{{child.start_date|datetimeformat('yyyy/MM/dd H:mm')}} </bold> <span>
{% if child.format == "Extratonal Infrastructure" %}
🎛️
{% endif %}
{% if child.format == "Extratonal Education" %}
📚
{% endif %}
{% if child.format == "Extratonal Radio" %}
📻
{% endif %}
<bold>{{child.start_date|datetimeformat('yyyy/MM/dd H:mm')}} </bold>
{{ child.title }} @ {{ child.title }} @
{{ child.location}} {{ child.location}}
</span> </span>