1 parent 9f09815 commit e09c207Copy full SHA for e09c207
1 file changed
_includes/header.html
@@ -17,14 +17,9 @@
17
</label>
18
19
<div class="trigger">
20
- {%- for path in page_paths -%}
21
- {%- assign my_page = site.pages | where: "path", path | first -%}
22
- {%- unless my_page.exclude_from_nav -%}
23
- {%- if my_page.title -%}
24
- <a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
25
- {%- endif -%}
26
- {%- endunless -%}
27
- {%- endfor -%}
+ <a class="page-link" href="{{ "/" | relative_url }}">About me</a>
+ <a class="page-link" href="{{ "/books/" | relative_url }}">Books</a>
+ <a class="page-link" href="{{ "/tech/" | relative_url }}">Tech</a>
28
</div>
29
</nav>
30
{%- endif -%}
0 commit comments