Replace calendars page with SavvyCal index link
This commit is contained in:
parent
bd2910781c
commit
3814eeedb7
|
@ -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>
|
|
|
@ -237,7 +237,7 @@ map $uri $new_uri {
|
||||||
~^/blog/weeknotes-june-5th/?$ /blog/weeknotes-2021-06-05;
|
~^/blog/weeknotes-june-5th/?$ /blog/weeknotes-2021-06-05;
|
||||||
~^/blog/writing-drupal-module-test-driven-development-tdd/?$ /blog/writing-new-drupal-8-module-using-test-driven-development-tdd;
|
~^/blog/writing-drupal-module-test-driven-development-tdd/?$ /blog/writing-new-drupal-8-module-using-test-driven-development-tdd;
|
||||||
~^/book/?$ /test-driven-drupal;
|
~^/book/?$ /test-driven-drupal;
|
||||||
~^/calendar/?$ https://savvycal.com/opdavies/chat;
|
~^/calendars?/?$ https://savvycal.com/opdavies;
|
||||||
~^/cms-philly/?$ /articles/presenting-on-tailwind-css-and-ansible-at-cms-philly;
|
~^/cms-philly/?$ /articles/presenting-on-tailwind-css-and-ansible-at-cms-philly;
|
||||||
~^/code-enigma-interview/?$ https://blog.codeenigma.com/interview-with-a-drupal-expert-9fcd8e0fad28;
|
~^/code-enigma-interview/?$ https://blog.codeenigma.com/interview-with-a-drupal-expert-9fcd8e0fad28;
|
||||||
~^/contrib-half-hour/?$ https://www.youtube.com/playlist?list=PLu-MxhbnjI9rHroPvZO5LEUhr58Yl0j_F;
|
~^/contrib-half-hour/?$ https://www.youtube.com/playlist?list=PLu-MxhbnjI9rHroPvZO5LEUhr58Yl0j_F;
|
||||||
|
|
Loading…
Reference in a new issue