From 20f19ba1b65d5717ce12ca27e358385c241ee8be Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Fri, 12 Jun 2020 10:45:52 -0700 Subject: [PATCH] Fix Jekyll build errors --- _config.yml | 1 - _includes/head.html | 6 +++++- _layouts/default.html | 6 +++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 8996bd33..0dbe8ad0 100644 --- a/_config.yml +++ b/_config.yml @@ -116,7 +116,6 @@ plugins: - jekyll-avatar - jekyll-titles-from-headings - jekyll-sitemap - - jekyll-toc - jekyll-redirect-from diff --git a/_includes/head.html b/_includes/head.html index 374b0822..ad2f7851 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,5 +1,9 @@ - {% gtm head %} + diff --git a/_layouts/default.html b/_layouts/default.html index 30ebc67f..b9fa7cc5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,7 +4,11 @@ {% include head.html %} - {% gtm body %} + {% include header.html %}