Browse Source

iccconnnsss

master
joak 5 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:

12
templates/macros/list.html

@ -8,7 +8,17 @@
<br>
{% 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.location}}
</span>

Loading…
Cancel
Save