now with comments
This commit is contained in:
parent
f738190202
commit
62f660bdbf
8 changed files with 60 additions and 5 deletions
|
@ -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 -->
|
||||
|
||||
|
|
Reference in a new issue