create blog
This commit is contained in:
9
_layouts/post.html
Normal file
9
_layouts/post.html
Normal 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 %}
|
Reference in New Issue
Block a user