prepare subdirs

This commit is contained in:
Yan Lin 2026-01-30 16:42:49 +01:00
parent 3e8a76214c
commit 9380ddf4d1
8 changed files with 25 additions and 38 deletions

View file

@ -22,7 +22,9 @@
<header>
<nav>
<a href="{{ get_url(path='/') }}" class="site-title">{{ config.title }}</a>
<a href="{{ get_url(path='blog') }}">Blog</a>
<a href="{{ get_url(path='ais') }}">AI Systems</a>
<a href="{{ get_url(path='homelab') }}">Homelab</a>
<a href="{{ get_url(path='ml-tech') }}">ML Tech</a>
</nav>
</header>
<main>