diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index a8afccb5..aecb35c4 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' %} -{{ site.bio|raw }}
+ diff --git a/source/_partials/footer-scripts.html.twig b/source/_partials/footer-scripts.html.twig index 2238e384..775e0ac0 100644 --- a/source/_partials/footer-scripts.html.twig +++ b/source/_partials/footer-scripts.html.twig @@ -4,17 +4,17 @@ {% block scripts %}{% endblock %} {% if page.tweets == true %} - + {% endif %} {% if site.google_analytics_tracking_id %} - -{% endif %} \ No newline at end of file + ga('create', '{{ site.google_analytics_tracking_id }}', 'auto'); + ga('send', 'pageview'); + +{% endif %} diff --git a/source/_partials/latest-posts.html.twig b/source/_partials/latest-posts.html.twig index 1f0a5192..0f47a228 100644 --- a/source/_partials/latest-posts.html.twig +++ b/source/_partials/latest-posts.html.twig @@ -1,11 +1,11 @@ {% if data.posts %} -