Revert "Use the jekyll-include-cache plugin to shave off some page building time" (#2311)

* Revert "Release UCP 2.1.1"

This reverts commit 21bb9324a6.

* Revert "Update step_six.md (#2309)"

This reverts commit d4822bf8b2.

* Revert "Fix typo "visulizer" (#2297)"

This reverts commit 86fecbb87f.

* Revert "Update test-and-docs.md (#2293)"

This reverts commit 15f1780cfb.

* Revert "Fix typo "commmands" (#2295)"

This reverts commit d867751f2d.

* Revert "Use the jekyll-include-cache plugin to shave off some page building time (#2290)"

This reverts commit a02d80530b.
This commit is contained in:
Misty Stanley-Jones 2017-03-14 13:44:01 -07:00 committed by John Mulhausen
parent 21bb9324a6
commit 8fd2ee60c5
5 changed files with 3 additions and 5 deletions

View File

@ -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"

View File

@ -17,7 +17,6 @@ gems:
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-relative-links
- jekyll-include-cache
webrick:
headers:

View File

@ -89,7 +89,7 @@
</ul>
</div>
<div class="ctrl-right">
{% include_cached archive-list.html %}
{% include archive-list.html %}
</div>
</div>
</nav>

View File

@ -33,7 +33,7 @@
</div>
<div class="ctrl-right">
<a href="javascript:void(0)" id="menu-toggle"><i class="fa fa-indent" aria-hidden="true"></i></a>
{% include_cached archive-list.html %}
{% include archive-list.html %}
</div>
</div>
</div>

View File

@ -181,7 +181,7 @@ else %}{% assign edit_url = "" %}{% endif %} {% break %} {% endif %} {% endfor %
</div>
<footer class="footer">
{% include_cached footer.html %}
{% include footer.html %}
</footer>
<link rel="stylesheet" href="/css/github.css">
<script src="/js/highlight.pack.js"></script>