Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jbasney authored Aug 4, 2021
1 parent 5812ee8 commit 8a2b8c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>

{%- if titles_size > 0 -%}
<nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
Expand All @@ -27,6 +26,5 @@
{%- endfor -%}
</div>
</nav>
{%- endif -%}
</div>
</header>

0 comments on commit 8a2b8c0

Please sign in to comment.