Force add html files

This commit is contained in:
hadley
2015-07-27 17:33:47 -05:00
parent 933b699cb6
commit 18ccf69545
4 changed files with 106 additions and 0 deletions

9
_layouts/post.html Normal file
View File

@@ -0,0 +1,9 @@
---
layout: default
---
<h2>{{ page.title }}</h2>
<p class="meta">{{ page.date | date_to_string }}</p>
<div class="post">
{{ content }}
</div>