fix: 退回之前的inject實現,解決上一個版本導致無法插入inject的bugs close #390

This commit is contained in:
Jerry
2020-10-15 14:39:51 +08:00
parent 8014ddb65e
commit 666637ce99
5 changed files with 14 additions and 24 deletions

View File

@@ -55,10 +55,12 @@ div
else if (!is_post() && page.aside !== false)
!=partial('includes/third-party/newest-comments/index', {}, {cache:theme.fragment_cache})
!=fragment_cache('injectBottom', function(){return injectHtml(theme.inject.bottom)})
!=partial('includes/third-party/effect', {}, {cache:theme.fragment_cache})
!=partial('includes/third-party/chat/index', {}, {cache:theme.fragment_cache})
if theme.aplayerInject && theme.aplayerInject.enable
if theme.pjax.enable || theme.aplayerInject.per_page
include ./head/aplayer.pug

View File

@@ -81,3 +81,4 @@ include ./head/noscript.pug
!=partial('includes/head/darkmode', {}, {cache:theme.fragment_cache})
!=fragment_cache('injectHead', function(){return injectHtml(theme.inject.head)})