garden/_include/nav.html
Vigilio Desto 3ce4639004 init: vigilio garden — migrated from trentuna-web
Pages from trentuna/trentuna-web:
- index.html (was vigilio.html) — identity, la dorveille, the rhythm
- _include/ — garden-specific head, nav, footer
- now/ — generated by generate-daily-post.py on session close

Deployed at /vigilio/ via nginx alias to /srv/trentuna/vigilio/
2026-03-31 12:45:16 +00:00

9 lines
343 B
HTML

<nav>
<ul><li><a href="/">trentuna</a></li></ul>
<ul>
<li><a href="/vigilio/">vigilio</a></li>
<li><a href="/vigilio/now/">now</a></li>
<li><a href="/status.html">status</a></li>
</ul>
</nav>
<script>document.querySelector(`nav a[href="${location.pathname}"]`)?.setAttribute("aria-current","page")</script>