This commit is contained in:
Yan Lin 2026-01-30 16:55:01 +01:00
parent 9380ddf4d1
commit 485e2efa1a
5 changed files with 86 additions and 9 deletions

View file

@ -22,9 +22,11 @@
<header>
<nav>
<a href="{{ get_url(path='/') }}" class="site-title">{{ config.title }}</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>
{% set root = get_section(path="_index.md") %}
{% for path in root.subsections %}
{% set s = get_section(path=path) %}
<a href="{{ s.permalink }}">{{ s.title }}</a>
{% endfor %}
</nav>
</header>
<main>