Initial commit (stolen from https://gitlab.utc.fr/jrda-2021/website)
This commit is contained in:
16
_themes/prologue/_includes/header.html
Normal file
16
_themes/prologue/_includes/header.html
Normal 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>
|
||||
Reference in New Issue
Block a user