diff --git a/source/blog.html.twig b/source/blog.html.twig index 1dd4eda0..6f5cf211 100644 --- a/source/blog.html.twig +++ b/source/blog.html.twig @@ -5,16 +5,20 @@ nav: blog use: - posts --- -{% block content %} -

Blog

+{% block content_wrapper %} +
+ {% block content %} +

Blog

-{% if data.posts %} - -{% endif %} + {% if data.posts %} + + {% endif %} + {% endblock %} +
{# .col.md-12 #} {% endblock %} {% block sidebar %}{% endblock %} \ No newline at end of file