From 84f4af4bdf6c7366bc186a89c269aeca33ca10e7 Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Wed, 20 Apr 2022 14:20:12 -0500 Subject: [PATCH] Adding Lucky Orange script to layout.html --- source/_templates/layout.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/source/_templates/layout.html b/source/_templates/layout.html index 27d661d9..a20cc7c5 100644 --- a/source/_templates/layout.html +++ b/source/_templates/layout.html @@ -14,10 +14,21 @@ gtag('config', 'UA-56860620-1'); - {{ super() }} - + + + + + {{ super() }} {% endblock %} {# Override content block #} @@ -106,6 +117,7 @@
+ {% block body %} {% endblock %}