Replace calendars page with SavvyCal index link
This commit is contained in:
parent
bd2910781c
commit
3814eeedb7
2 changed files with 1 additions and 21 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue