feat: add calendars page
This commit is contained in:
parent
be90cef851
commit
585b592256
2 changed files with 29 additions and 0 deletions
20
source/_pages/calendars.html.twig
Normal file
20
source/_pages/calendars.html.twig
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: Calendars
|
||||
descriptions:
|
||||
consultation: ~
|
||||
pairing: ~
|
||||
---
|
||||
|
||||
<ul>
|
||||
{% for key, calendar in site.calendars %}
|
||||
<li>
|
||||
<a href="{{ calendar.url }}">
|
||||
{{- calendar.name -}}
|
||||
</a>
|
||||
|
||||
{% if page.descriptions[key] %}
|
||||
- {{ page.descriptions[key] }}
|
||||
{% endif %}
|
||||
</li>
|
||||
{% endfor %}
|
||||
<ul>
|
Loading…
Add table
Add a link
Reference in a new issue