This commit is contained in:
2023-08-11 00:24:50 +02:00
commit 5729e4a33a
77 changed files with 4183 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
layout: default
---
{%- assign _sections = site.sections | sort: 'order' -%}
{%- include header.html scrolly_nav=_sections -%}
<!-- Main -->
<div id="main">
{%- if page.content != "" -%}
{%- include section.html title=page.title photo=page.cover-photo photo-alt=page.cover-photo-alt auto-header=page.auto-header content=page.content -%}
{%- endif -%}
<!-- Sections -->
{%- for _section in _sections -%}
{%- include section.html title=_section.title photo=_section.cover-photo photo-alt=_section.cover-photo-alt auto-header=_section.auto-header content=_section.content -%}
{%- endfor -%}
</div>