From 58ed6fdd28dcbc65f6e56b92d9b3024091fedabf Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Mon, 13 Jan 2020 00:31:02 -0600 Subject: Override theme head information Override the theme's default head include such that Google related tracking URLs are not used. This is done for the privacy of the site user. --- _includes/head.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _includes/head.html diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..a8d0d14 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,6 @@ + + + + +{{ page.title | default: site.title }} +{% seo %} -- cgit v1.2.3