Update templates

This commit is contained in:
Dimitri Lozeve 2020-08-30 23:41:53 +02:00
parent 55b9e2523c
commit b0ca171973
34 changed files with 536 additions and 707 deletions

View file

@ -21,26 +21,24 @@
</head>
<body>
<article>
<header>
<nav>
<nav>
<a href="./">Home</a>
<a href="./projects.html">Projects</a>
<a href="./archive.html">Archive</a>
<a href="./contact.html">Contact</a>
</nav>
<a href="./archive.html">Posts</a>
<a href="./projects.html">Projects</a>
<a href="./contact.html">Contact</a>
</nav>
<h1 class="title">Archives</h1>
<h1 class="title">Archives</h1>
</header>
</article>
<p>Here you can find all my previous posts:</p>
<p>Here you can find all my previous posts:</p>
<ul>
<li>
@ -95,6 +93,8 @@
</article>
<footer>
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>