moved site back to root

This commit is contained in:
Zehka
2020-07-05 18:11:07 +02:00
parent ee7084d8d9
commit a4f0db8ea4
492 changed files with 1 additions and 616 deletions

14
_layouts/page.html Normal file
View File

@ -0,0 +1,14 @@
---
layout: default
---
<div class="post">
<header class="post-header">
<h2 class="post-title">{{ page.title }}</h2>
</header>
<article class="post-content">
{{ content }}
</article>
</div>