site: multi-page structure with shared nav; rework services, keys, contact

This commit is contained in:
Sergei Poljanski 2026-07-16 20:01:26 +04:00
commit 82fc1c6e17
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
12 changed files with 143 additions and 151 deletions

View file

@ -0,0 +1,8 @@
<header class="site-header">
<a class="site-title" href="/">asxp.io</a>
<nav>
<a href="https://blog.asxp.io">blog</a>
<a href="/keys" class="<%= 'active' if request.path == '/keys' %>">keys</a>
<a href="/contact" class="<%= 'active' if request.path == '/contact' %>">contact</a>
</nav>
</header>