new navigation

This commit is contained in:
Set Sakrecoer 2019-07-09 22:17:29 +02:00
parent 12dcd72ab6
commit 3be4c302ef
50 changed files with 203 additions and 467 deletions

View file

@ -9,6 +9,11 @@
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png" type="image/png" />
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css" />
{% include seo.html %}
<style>
body{
background: url('{{ page.image }}');
}
</style>
</head>
<body>
{{ content }}