added custom after post include to post template

This commit is contained in:
Brandon Mathis 2012-06-06 22:56:02 -05:00
parent 22e6de10c3
commit 8623264532

View File

@ -25,6 +25,7 @@ single: true
</p>
</footer>
</article>
{% include custom/after_post.html %}
{% if page.comments == true %}{% include comments.html %}{% endif %}
</div>
{% unless page.sidebar == false %}