diff --git a/Gemfile b/Gemfile index bb94df8..0ddf5e3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ # frozen_string_literal: true source "https://rubygems.org" -gemspec +gemspec \ No newline at end of file diff --git a/_config.yml b/_config.yml index 0c80841..88508a5 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,9 @@ description: "Minimal Jekyll theme for storytellers" baseurl: "/tale" url: "https://chesterhow.github.io" +# Google Analytics +google_analytics: UA—XXXXXXXX-X + # Author author: name: Chester How @@ -24,6 +27,7 @@ sass: plugins: - jekyll-feed - jekyll-paginate + - jekyll-seo-tag # - jemoji #Uncomment this to allow emoji in your post # Permalinks diff --git a/_includes/analytics.html b/_includes/analytics.html new file mode 100644 index 0000000..743d1fc --- /dev/null +++ b/_includes/analytics.html @@ -0,0 +1,6 @@ + + diff --git a/_includes/head.html b/_includes/head.html index 41789c6..6e7d61d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,17 +1,8 @@
- {% if page.title == "Home" %} - - {% endif %} -