www.netz39.de/_layouts/calendar.html
MG-5 db93df11da Add built-in calender by using fullcalendar.io
Every markdown file in _events is converted to a single JSON file available under /calendar-data, which is the source of fullcalender
2023-10-20 14:22:48 +02:00

18 lines
233 B
HTML

<!DOCTYPE html>
<html>
{% include default/head.liquid %}
<body>
{% include default/navbar.liquid %}
<div class="wrapper">
{{ content }}
</div>
{% include default/footer.liquid %}
</body>
</html>