fix: 修復上個版本導致的代碼塊部分css沒有生成的bugs

fix: 修復valine背景圖片再次出現時,由左到右移動的bugs
improvement: 調大sidebar的寬度
improvement: html結構調整,mobile-sidebar改為sidebar/search調整
remove: 刪除多餘的css和pug
This commit is contained in:
Jerry
2020-10-20 21:05:58 +08:00
parent 71b15d86c1
commit c54f23bc14
28 changed files with 364 additions and 361 deletions

View File

@@ -11,7 +11,7 @@ html(lang=config.language data-theme=theme.display_mode)
if theme.background
#web_bg
!=partial('includes/mobile-sidebar/index', {}, {cache:theme.fragment_cache})
!=partial('includes/sidebar', {}, {cache:theme.fragment_cache})
#body-wrap
include ./header/index.pug