From b53dff2d5d2212a1ef249782f927820e6998189b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 17 Mar 2015 09:13:37 +0000 Subject: [PATCH] Added footer-scripts.html.twig --- .../opdavies/opdavies/_layouts/default.html.twig | 2 ++ .../opdavies/_partials/footer-scripts.html.twig | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 source/themes/opdavies/opdavies/_partials/footer-scripts.html.twig diff --git a/source/themes/opdavies/opdavies/_layouts/default.html.twig b/source/themes/opdavies/opdavies/_layouts/default.html.twig index a3155319..3c91769a 100644 --- a/source/themes/opdavies/opdavies/_layouts/default.html.twig +++ b/source/themes/opdavies/opdavies/_layouts/default.html.twig @@ -11,5 +11,7 @@ {% block content_wrapper %} {% block content %}{% endblock %} {% endblock %} + + {% include 'footer-scripts' %} \ No newline at end of file diff --git a/source/themes/opdavies/opdavies/_partials/footer-scripts.html.twig b/source/themes/opdavies/opdavies/_partials/footer-scripts.html.twig new file mode 100644 index 00000000..1398c8db --- /dev/null +++ b/source/themes/opdavies/opdavies/_partials/footer-scripts.html.twig @@ -0,0 +1,13 @@ +{% block scripts %}{% endblock %} + +{% if site.google_analytics_tracking_id %} + +{% endif %} \ No newline at end of file