diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index 9aeaaf12a..41d0e6211 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -3,40 +3,40 @@ -
- - {% include 'title' %} + + + {% include 'title' %} - {% if page.meta.description %} - - {% endif %} + {% if page.meta.description %} + + {% endif %} - {% if page.meta.og %}{% include "og" with {og: page.meta.og} %}{% endif %} + {% if page.meta.og %}{% include "og" with {og: page.meta.og} %}{% endif %} - - - - - - - {% include 'navbar' %} + + + + + + + {% include 'navbar' %} -Posted: {{ page.date | date('jS F Y') }}
{# {% if page.tags %} - Tags: - {% for tag in page.tags %} - {{ tag }}{% if not loop.last %},{% else %}.{% endif %} - {% endfor %} + Tags: + {% for tag in page.tags %} + {{ tag }}{% if not loop.last %},{% else %}.{% endif %} + {% endfor %} {% endif %} #} \ No newline at end of file diff --git a/source/_partials/sidebar.html.twig b/source/_partials/sidebar.html.twig index 684cf8c50..8d501e3a3 100644 --- a/source/_partials/sidebar.html.twig +++ b/source/_partials/sidebar.html.twig @@ -1,16 +1,16 @@ \ No newline at end of file diff --git a/source/_partials/title.html.twig b/source/_partials/title.html.twig index 3ddec683c..6fcae3730 100644 --- a/source/_partials/title.html.twig +++ b/source/_partials/title.html.twig @@ -1,14 +1,14 @@ {% set separator = '|' %} {% spaceless %}