From 764200da83355bf758196f3f8ab89dfa04cbb61a Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Sat, 19 May 2018 15:03:22 +0200 Subject: Remove Google Analytics --- _config.yml | 25 ------------------------- _includes/head.html | 13 ------------- 2 files changed, 38 deletions(-) diff --git a/_config.yml b/_config.yml index 496c492..b379060 100644 --- a/_config.yml +++ b/_config.yml @@ -1,29 +1,4 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your whole blog, values -# which you are expected to set up once and rarely edit after that. If you find -# yourself editing these this file very often, consider using Jekyll's data files -# feature for the data you need to update frequently. -# -# For technical reasons, this file is *NOT* reloaded automatically when you use -# 'bundle exec jekyll serve'. If you change this file, please restart the server process. -# -# Site settings -# These are used to personalize your new site. If you look in the HTML files, -# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. -# You can create any custom variable you would like, and they will be accessible -# in the templates via {{ site.myvariable }}. -title: Noah Loomans -email: noahloomans@gmail.com -baseurl: "" # the subpath of your site, e.g. /blog -url: "http://noahloomans.com" # the base hostname & protocol for your site, e.g. http://example.com - include: [".well-known"] - -# Build settings markdown: kramdown - sass: sass_dir: style - -google_analytics: UA-83684754-4 diff --git a/_includes/head.html b/_includes/head.html index 05e0c13..837cc7c 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -19,17 +19,4 @@ {% endif %} {% endif %} - - {% if site.google_analytics %} - - {% endif %} -- cgit v1.1