Files
main-site/templates/components/nav.html
Mark 14db1bb57e
Some checks failed
CI / nightly-e2e (pull_request) Has been skipped
CI / ci (pull_request) Failing after 35s
fix(ci): address PR blockers and move CI/nightly off sqlite
2026-02-28 16:38:37 +00:00

8 lines
254 B
HTML

<nav>
<a href="/">Home</a>
<a href="/articles/">Articles</a>
<a href="/about/">About</a>
<button type="button" data-theme-toggle>Toggle theme</button>
{% include 'components/newsletter_form.html' with source='nav' label='Get updates' %}
</nav>