Fixed post ribbon in post layout

This commit is contained in:
Oscar Cortez 2015-07-20 22:16:07 -06:00
parent 3bfdfb017e
commit c15ac4e8e6

View file

@ -15,11 +15,7 @@
{% endif %}
<main class="mdl-layout__content">
<div class="page-content">
<div class="mdl-grid">
{{ content }}
</div>
</div>
{{ content }}
{% include footer.html %}
</main>