fix: 修復首頁文章 valine 評論數只顯示第一篇的 bug

fix: 修復子目錄下,第三方插件本地資源無法加載的 bug closed #908
fix: 評論系統開啟時 busuanzi 的 page_pv 不顯示的 bug closed #902
fix: 修復 pjax 下,使用 mermaid 跳轉會重新加載的 bug
This commit is contained in:
Jerry Wong
2022-05-19 16:37:01 +08:00
parent 004a27decc
commit 6e58f68f0c
10 changed files with 14 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ script.
if (typeof twikoo === 'object') {
runTwikoo()
} else {
getScript('!{theme.asset.twikoo}').then(runTwikoo)
getScript('!{url_for(theme.asset.twikoo)}').then(runTwikoo)
}
}