Initial push
This commit is contained in:
11
_layouts/post.html
Normal file
11
_layouts/post.html
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<div class="post-info">
|
||||
<h2>{{ page.title }}</h2>
|
||||
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
{{ content }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user