Remove site nav

This commit is contained in:
Ivanq 2021-03-25 19:17:20 +03:00
parent f3e6d3d983
commit a2fa670865
1 changed files with 9 additions and 0 deletions

9
_includes/header.html Normal file
View 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>