Added template rendering, caching, started blog pages.

This commit is contained in:
2020-06-12 19:13:23 +02:00
parent 0b467c2388
commit 4e3ed5453c
9 changed files with 207 additions and 118 deletions

7
template/menu.html Normal file
View File

@@ -0,0 +1,7 @@
<div class="menu">
<a href="/" class="button filled">About</a>
<a href="/blog" class="button filled">Blog</a>
<a href="mailto:marvin@marvinblum.de" class="button">Contact me</a>
<a href="https://github.com/Kugelschieber" target="_blank" class="button">GitHub</a>
<a href="https://twitter.com/m5blum" target="_blank" class="button">Twitter</a>
</div>