Browse Source

iccconnnsss

master
joak 12 months ago
parent
commit
284eab0ef2
  1. 2
      content/contents.lr
  2. 12
      templates/macros/list.html

2
content/contents.lr

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

12
templates/macros/list.html

@ -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…
Cancel
Save