oh no i bit more than i could chew oh fuck oh shit *dies*

This commit is contained in:
sundae 2026-04-07 11:43:33 +03:00
commit 19b436ead1
Signed by: sundae
SSH key fingerprint: SHA256:MsJkKuo4PUdjQDpLeaURy81drKkW14exlTHp+8QFu6M
73 changed files with 553 additions and 780 deletions

View file

@ -34,6 +34,7 @@
</div>
<header>
<h1>
<a href="{{page.url}}">
{%for page in pageOrder%}
{%if page.url|slugify == currentPage%}
<svg viewbox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
@ -41,7 +42,8 @@
</svg>
{%endif%}
{%endfor%}
{{ page.fileSlug|capitalize }}
{{ currentPage | capitalize }}
</a>
</h1>
</header>
<main>