diff options
Diffstat (limited to '_includes/header.html')
-rw-r--r-- | _includes/header.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/_includes/header.html b/_includes/header.html index ed5a382..afd345f 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -17,14 +17,7 @@ </span> </label> - <div class="trigger"> - {%- for path in page_paths -%} - {%- assign my_page = site.pages | where: "path", path | first -%} - {%- if my_page.title -%} - <a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a> - {%- endif -%} - {%- endfor -%} - </div> + <div class="trigger"><a class="page-link" href="/about">About</a><a class="page-link" href="/posts">Posts</a><a class="page-link" href="/wiki">Wiki</a><a class="page-link" href="/projects">Projects</a><a class="page-link" href="/colophon">Colophon</a><a class="page-link" href="/now">Now</a><a class="page-link" href="/uses">Uses</a></div> </nav> {%- endif -%} </div> |