create blog

This commit is contained in:
2014-09-01 22:10:41 -04:00
parent 7bea82447a
commit 8f17a25f6c
8 changed files with 120 additions and 0 deletions

9
_layouts/post.html Normal file
View File

@@ -0,0 +1,9 @@
{% include blog_header.html %}
<div class='single_post'>
<h1 class="post_title"><a href='{{ page.url }}'>{{ page.title }}</a></h1>
{% include breadcrumb.html %}
<div class="post_content">
{{ content }}
</div>
</div>
{% include blog_footer.html %}