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 11:38:52 +0300
committerholten <holten.ko@gmail.com>2019-11-20 11:38:52 +0300
commit66c2b228ecfe871a3e9f5e59269b936c39886550 (patch)
tree61a3bb75a721a01099365b6cb623937e19037b67
parent896c27403cdd000b73c0f6ef6652a48ea93f667c (diff)
修复搜索引用问题
-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 68a5185..04893ce 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" | absURL }} ',
+ CONTENT_URL: '{{ "searchindex.json" | absURL }} ',
};
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
})(window);