From 7e94cbd35c580946ffdcc364ce15b9c51a262bb1 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Mon, 6 Nov 2017 13:03:26 +0000 Subject: [PATCH] Add JS cache buster --- docs/_includes/footer.html | 6 +++--- docs/_includes/head.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 2f78e1c85..d4323b275 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -117,14 +117,14 @@ - + {% if page.route == 'index' %} - + {% elsif page.doc-subtab == 'navbar' %} {% include examples/navbar-bottom.html %} - + {% endif %}
diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 2a632d8fb..c2e69a612 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -16,7 +16,7 @@ {% if page.mdi %} {% endif %} - + -- 2.47.2