From 791d571faddf85cb89c3117c750dc4e69854ce9c Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 25 Sep 2018 15:06:30 -0400 Subject: [PATCH] Including tag manager and tracking code. From old theme --- index.php | 54 +++++++++++++++++++++++++++++++------------ parts/header-meta.php | 10 +++++++- 2 files changed, 48 insertions(+), 16 deletions(-) diff --git a/index.php b/index.php index b3c38db..3bcef28 100644 --- a/index.php +++ b/index.php @@ -3,39 +3,63 @@ + + + + + + +
'; - include "sections/footer.php"; - include "sections/copyright.php"; - echo '
'; + include "sections/footer.php"; + include "sections/copyright.php"; + echo '
'; ?>
+ + + + + - \ No newline at end of file + diff --git a/parts/header-meta.php b/parts/header-meta.php index 9cb5adb..13afdf3 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -6,5 +6,13 @@ + + + + - \ No newline at end of file + -- 2.17.1