mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-31 09:33:18 +01:00
MG-5
db93df11da
Every markdown file in _events is converted to a single JSON file available under /calendar-data, which is the source of fullcalender
18 lines
233 B
HTML
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>
|