Added layout

This commit is contained in:
deathrow 2022-05-21 23:38:05 -04:00
parent 6e03b8f3cf
commit faa5fd067f
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73

8
_layouts/post.html Normal file
View File

@ -0,0 +1,8 @@
---
layout: default1
blog: true
---
<h4 class="post-title"> {{ page.date }} </h4>
<article class="blog-post">
{{ content }}
</article>