AI-assisted refactor

This commit is contained in:
2024-12-26 11:44:57 +02:00
parent b4948d99a8
commit e8873e7b8c
6 changed files with 97 additions and 79 deletions
+11
View File
@@ -0,0 +1,11 @@
<header class="container noPrint">
<nav>
<ul>
<li><h4><a href="/" class="contrast">{{ .Site.Title }}</a></h4></li>
</ul>
<ul>
<li><a href="/cv"><h5>CV</h5></a></li>
<li><a href="/blog"><h5>Blog</h5></a></li>
</ul>
</nav>
</header>