1
0
Fork 0

now with comments

This commit is contained in:
Moritz »mo.« Sauer 2015-02-18 12:44:09 +01:00
parent f738190202
commit 62f660bdbf
8 changed files with 60 additions and 5 deletions

View file

@ -36,6 +36,10 @@ format: post
{% if page.show_metadata == true %}
{% include meta_information.html %}
{% endif %}
{% if page.comments == true %}
{% include comments.html %}
{% endif %}
</article>
</div><!-- /.medium-8.columns -->