diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index ae4a2afb..b3b899cc 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -1,15 +1,24 @@ - + + + + - - + {% if page.meta.description %} {% endif %} + {% if page.meta.og %}{% include "og" with {og: page.meta.og} %}{% endif %} + + + + + {% include 'title' %} + {% block styles %}{% endblock %}