feat: add calendars page

This commit is contained in:
Oliver Davies 2021-09-22 12:11:24 +01:00
parent be90cef851
commit 585b592256
2 changed files with 29 additions and 0 deletions

View 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>