Replace calendars page with SavvyCal index link

This commit is contained in:
Oliver Davies 2021-10-26 09:14:51 +01:00
parent bd2910781c
commit 3814eeedb7
2 changed files with 1 additions and 21 deletions

View file

@ -1,20 +0,0 @@
---
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>