Correctie voor ICS-ondersteuning bij events

This commit is contained in:
Michael Boelen 2023-10-13 08:59:54 +02:00
parent f1d33cf834
commit 7a3ad83071
4 changed files with 33 additions and 3 deletions

View file

@ -3,7 +3,7 @@
# Voor de home-page maken we een HTML, RSS en JSON Feed
# Secties alleen in HTML en voor pagina's in zowel HTML als CalendarEvent (iCAL) waar het van toepassing is
home = ["HTML", "RSS", "JSON", "IndexNow", "SearchIndex"]
section = ["HTML"]
page = ["HTML", "CalendarEvent"]
page = ["HTML"]
section = ["HTML", "CalendarEvent"]
# EOF