Skip to content

Commit cc96695

Browse files
committed
fix wonky links
1 parent 203b98d commit cc96695

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

_includes/header.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@
1717
</label>
1818

1919
<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 -%}
20+
<a class="page-link" href="{{ site.baseurl }}/about/">About</a>
21+
<a class="page-link" href="{{ site.baseurl }}/slides/">Slides</a>
2622
</div>
2723
</nav>
2824
{%- endif -%}

0 commit comments

Comments
 (0)