From be492762f5c930d204cef29402975dbfb038fdea Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 1 May 2017 08:01:18 -0400 Subject: [PATCH] adding google tracking code to the theme in the header and the footer first part of the google tracking code was added to the head tag the second part of the google tracking code , as specified by the email, was put in the footer at the end of the body tag --- footer.php | 4 ++++ header.php | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/footer.php b/footer.php index cf85626..c855852 100644 --- a/footer.php +++ b/footer.php @@ -44,6 +44,10 @@ + + + diff --git a/header.php b/header.php index 5d29496..ecb446b 100644 --- a/header.php +++ b/header.php @@ -26,6 +26,13 @@ + + + -- 2.17.1