mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
Added template rendering, caching, started blog pages.
This commit is contained in:
7
template/menu.html
Normal file
7
template/menu.html
Normal 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>
|
||||
Reference in New Issue
Block a user