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 %} {% endif %}
<main class="mdl-layout__content"> <main class="mdl-layout__content">
<div class="page-content"> {{ content }}
<div class="mdl-grid">
{{ content }}
</div>
</div>
{% include footer.html %} {% include footer.html %}
</main> </main>