diff --git a/Gemfile b/Gemfile index abec932944..5675358aba 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,3 @@ source "https://rubygems.org" # Please ensure, before upgrading, that this version exists as a tag in starefossen/github-pages here: # https://hub.docker.com/r/starefossen/github-pages/tags/ gem "github-pages", "112" -gem "jekyll-include-cache" diff --git a/_config.yml b/_config.yml index 4426c0d10f..ecb83ccd8f 100644 --- a/_config.yml +++ b/_config.yml @@ -17,7 +17,6 @@ gems: - jekyll-redirect-from - jekyll-seo-tag - jekyll-relative-links - - jekyll-include-cache webrick: headers: diff --git a/_includes/global-header.html b/_includes/global-header.html index 194b703d14..a4a3cecb96 100644 --- a/_includes/global-header.html +++ b/_includes/global-header.html @@ -89,7 +89,7 @@
- {% include_cached archive-list.html %} + {% include archive-list.html %}
diff --git a/_includes/header.html b/_includes/header.html index dd6fe5f530..b007ec9840 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -33,7 +33,7 @@
- {% include_cached archive-list.html %} + {% include archive-list.html %}
diff --git a/_layouts/docs.html b/_layouts/docs.html index 907059aec7..b7625ef5bc 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -181,7 +181,7 @@ else %}{% assign edit_url = "" %}{% endif %} {% break %} {% endif %} {% endfor %