CSS improvements

This commit is contained in:
Dimitri Lozeve 2025-04-16 18:43:00 +02:00
parent d0d75b5991
commit 02dd258844
5 changed files with 164 additions and 190 deletions

View file

@ -51,16 +51,20 @@
></script>
</head>
<body>
<article>
<header>
<nav>
<a href="/">Home</a>
<header>
<nav>
<a href="/">Dimitri Lozeve</a>
<div>
<a href="/archive.html">Posts</a>
<a href="/projects.html">Projects</a>
<a href="/cv.html">CV</a>
<a href="/contact.html">Contact</a>
</nav>
</div>
</nav>
</header>
<article>
<header>
$if(title)$
<h1 class="title">$title$</h1>
$if(subtitle)$
@ -76,10 +80,5 @@
$body$
</article>
<footer>
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</footer>
</body>
</html>