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,16 @@
{%- comment -%}
Include vars:
scrolly_nav
{%- endcomment -%}
<!-- Header -->
<div id="header">
<div class="top">
{%- include logo.html -%}
{%- include nav.html section_items=include.scrolly_nav -%}
</div>
<div class="bottom">
{%- include logos.html -%}
{%- include social_icons.html -%}
</div>
</div>