From e1b5b4f9890adaefaffe53976aa9a0f0dcbc5987 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 5 Nov 2018 13:23:37 +0200 Subject: [PATCH] Move analytics to an include file. --- site/_includes/analytics.html | 6 ++++++ site/_includes/header.html | 10 +--------- 2 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 site/_includes/analytics.html diff --git a/site/_includes/analytics.html b/site/_includes/analytics.html new file mode 100644 index 0000000000..e0989cda58 --- /dev/null +++ b/site/_includes/analytics.html @@ -0,0 +1,6 @@ + + diff --git a/site/_includes/header.html b/site/_includes/header.html index 8f52ebfb83..83d051fa80 100644 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -13,14 +13,6 @@ {% include stylesheet.html %} - {% include favicons.html %} - {% include social.html %} - - - +{% include analytics.html %}