Remove site nav
This commit is contained in:
parent
f3e6d3d983
commit
a2fa670865
1 changed files with 9 additions and 0 deletions
9
_includes/header.html
Normal file
9
_includes/header.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<header class="site-header">
|
||||
|
||||
<div class="wrapper">
|
||||
{%- assign default_paths = site.pages | map: "path" -%}
|
||||
{%- assign page_paths = site.header_pages | default: default_paths -%}
|
||||
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
|
||||
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
|
||||
</div>
|
||||
</header>
|
Loading…
Reference in a new issue