We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203b98d commit cc96695Copy full SHA for cc96695
_includes/header.html
@@ -17,12 +17,8 @@
17
</label>
18
19
<div class="trigger">
20
- {%- for path in page_paths -%}
21
- {%- assign my_page = site.pages | where: "path", path | first -%}
22
- {%- if my_page.title -%}
23
- <a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
24
- {%- endif -%}
25
- {%- endfor -%}
+ <a class="page-link" href="{{ site.baseurl }}/about/">About</a>
+ <a class="page-link" href="{{ site.baseurl }}/slides/">Slides</a>
26
</div>
27
</nav>
28
{%- endif -%}
0 commit comments