nyc-bookstores/_layouts/post.html

9 lines
252 B
HTML
Raw Normal View History

2014-09-02 02:10:41 +00:00
{% 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 %}