From 3b415db33ff068161646b1938c59aa160ee690a7 Mon Sep 17 00:00:00 2001 From: wangsai Date: Tue, 25 Aug 2015 14:49:02 +0800 Subject: fix footer links --- docs/_includes/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes/footer.html') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 48074e384..f02cd4ba7 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -3,8 +3,8 @@

Designed and built with all the love in the world by @mdo and @fat. Maintained by the core team with the help of our contributors.

Currently v{{ site.current_version }}. Code licensed MIT, docs CC BY 3.0.

-- cgit v1.2.3 From 3fef66eaf582157122b9eede4df9cea77c2195ec Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 26 Aug 2015 19:14:59 +0300 Subject: Fix the JS errors due to jekyll-search. 1) Update it to v1.0.8 2) Include jekyll-search where it's used only [ci skip] --- docs/_includes/footer.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/_includes/footer.html') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index f02cd4ba7..429056ff3 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -31,15 +31,21 @@ +{% if page.layout == "docs" %} + + +{% endif %} + - + {% if site.github %} -- cgit v1.2.3 From 87a3fdd1b716aefef8272994ea3f6f32601deaae Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 6 Sep 2015 12:16:01 +0300 Subject: Clean up inclusion of IE-specific JS files. Move them to footer, and remove duplicate ones. [ci skip] --- docs/_includes/footer.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/_includes/footer.html') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 3e12c58b8..eb35020ba 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -30,6 +30,7 @@ + {% if page.layout == "docs" %} -- cgit v1.2.3