iccconnnsss
This commit is contained in:
parent
a764bd348c
commit
284eab0ef2
@ -1,3 +1,3 @@
|
|||||||
title: Start Page
|
title: Extratonality
|
||||||
---
|
---
|
||||||
body:
|
body:
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user