move blog to /blog

This commit is contained in:
Lukasz Skotarek 2021-01-15 16:17:16 +01:00
parent f540328a61
commit 4d5a3768cc
210 changed files with 0 additions and 3 deletions

15
blog/_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>