Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholten <holten.ko@gmail.com>2019-11-20 12:23:41 +0300
committerholten <holten.ko@gmail.com>2019-11-20 12:23:41 +0300
commit42a5627f30a4fb03bb1160d754c7bb37abbcccad (patch)
tree35ac9f9756456c1db1996d384adf9fabccf71ec4 /layouts
parent859d238f82f7ee732b9b7dfb31e6891bd5a43955 (diff)
reset
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/script.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/script.html b/layouts/partials/script.html
index 1a8ec85..f0d3219 100644
--- a/layouts/partials/script.html
+++ b/layouts/partials/script.html
@@ -28,7 +28,7 @@ hljs.initHighlightingOnLoad();
UNTITLED: '{{ T "insight_untitled"}}',
},
ROOT_URL: '{{ .Site.BaseURL }}',
- CONTENT_URL: '{{ "searchindex.json" | safeURL }} ',
+ CONTENT_URL: '{{ print .Site.BaseURL "/searchindex.json" | safeURL }} ',
};
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
})(window);