From 8fd2ee60c5bb7657f4fc005de2ec8f20b65ab15c Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Tue, 14 Mar 2017 13:44:01 -0700 Subject: [PATCH] Revert "Use the jekyll-include-cache plugin to shave off some page building time" (#2311) * Revert "Release UCP 2.1.1" This reverts commit 21bb9324a6598730d19c1b40f9ed98bb5f16ab13. * Revert "Update step_six.md (#2309)" This reverts commit d4822bf8b2c4b7e242778220fbf67622b08a2218. * Revert "Fix typo "visulizer" (#2297)" This reverts commit 86fecbb87ff031f8ad432a37cee18609c4677045. * Revert "Update test-and-docs.md (#2293)" This reverts commit 15f1780cfbd3c3b9ec861762a4010dd911194101. * Revert "Fix typo "commmands" (#2295)" This reverts commit d867751f2dc89030c3ec98d3ac53b42dd58e2427. * Revert "Use the jekyll-include-cache plugin to shave off some page building time (#2290)" This reverts commit a02d80530b6d48a995233477de001c9505dd6ee0. --- Gemfile | 1 - _config.yml | 1 - _includes/global-header.html | 2 +- _includes/header.html | 2 +- _layouts/docs.html | 2 +- 5 files changed, 3 insertions(+), 5 deletions(-) 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 %