Fix bug in post layout #28 and remove img from about demo #27

This commit is contained in:
Oscar Cortez 2015-12-14 10:52:10 -06:00
parent 1b5f5e97da
commit f659db0632
4 changed files with 11 additions and 9 deletions

View file

@ -16,10 +16,8 @@
{% include header.html %}
{% endif %}
<main class="mdl-layout__content">
{{ content }}
{% include footer.html %}
</main>
{{ content }}
{% include footer.html %}
</div>
<!-- /End Layout -->

View file

@ -13,6 +13,12 @@ layout: default
<article class="post-content">
<p>{{ content }}</p>
</article>
{% if site.disqus %}
<div>
<h3>Comments</h3>
{% include disqus.html %}
</div>
{% endif %}
</div>
</div>
</main>