aboutsummaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-05-30 09:02:38 -0400
committerBradley Taunt <bt@btxx.org>2024-05-30 09:02:38 -0400
commit8f28fc58d5fe68775fbe552eb172cbb4ad8614b1 (patch)
tree65c5ef1ba611db1aa9fe80d65d2fffca950238e9 /_includes/header.html
parentfa6aded86998639a53aecfa7b76e0ecd800fd9f0 (diff)
Further customization and porting of older content
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html9
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>