Revert "move blog to /blog"

This reverts commit 4d5a3768cc.
This commit is contained in:
Lukasz Skotarek 2021-03-04 22:08:54 +01:00
parent 4d5a3768cc
commit 28aafeae39
210 changed files with 3 additions and 0 deletions

15
_layouts/post.html Normal file
View file

@ -0,0 +1,15 @@
---
layout: default
---
<article class="post">
<h1>{{ page.post_title }}</h1>
<div class="entry">
{{ content }}
</div>
<div class="date">
Written on {{ page.date | date: "%B %e, %Y" }}
</div>
</article>