From 2c80f4d7cdc3ed23daaafe8e0b008e29e583f42d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 24 Oct 2016 16:05:14 -0700 Subject: make search work on homepage --- docs/_includes/footer.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/_includes/footer.html') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index bfd657efe..a31501480 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -34,7 +34,6 @@ -{% if page.layout == "docs" %} -{% endif %} - + -- cgit v1.2.3 From cab6f7d16ca64dfcb0de002940d085c8cfe8b304 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Tue, 21 Mar 2017 18:18:11 +1100 Subject: More config tweaks. --- docs/_includes/footer.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/_includes/footer.html') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 68626962f..b8603f0d7 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -25,9 +25,10 @@ {% if site.github %} {% else %} - {% for file in site.data.configBridge.paths.docsJs %} - - {% endfor %} + + + + {% endif %} -- cgit v1.2.3 From d5fabf8de50710c5a09ecd91f4b9e961e67d7937 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Tue, 18 Apr 2017 14:02:24 +0200 Subject: Remove totaly Tether from documentation + dependencies --- docs/_includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/footer.html') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index b8603f0d7..2c17fb925 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -14,7 +14,7 @@ - + {% if site.github %} -- cgit v1.2.3 From c709ce19a5bebee1cd3f083b0e2d924eb251c729 Mon Sep 17 00:00:00 2001 From: Maxime Locqueville Date: Sun, 28 May 2017 18:50:53 +0200 Subject: add docsearch --- docs/_includes/footer.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/_includes/footer.html') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 62bf93b9d..4747abf24 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -35,17 +35,17 @@ - - +{% if page.layout == "docs" %} + +{% endif %} - - - - -{% if site.github %} - -{% else %} - -{% endif %} - -{% if site.github %} - -{% else %} - - - - -{% endif %} - - - - - -{% if page.layout == "docs" %} - - -{% endif %} - - -- cgit v1.2.3