mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
feat: 本地搜索增加數據庫加載中和搜索中 loading 顯示 feat: 更改文章美化後,列表的顯示效果 closed #693 closed #686 improvement: UI 微調
20 lines
552 B
Plaintext
20 lines
552 B
Plaintext
extends includes/layout.pug
|
|
|
|
block content
|
|
#page
|
|
if top_img === false
|
|
h1.page-title= page.title
|
|
|
|
case page.type
|
|
when 'tags'
|
|
include includes/page/tags.pug
|
|
when 'link'
|
|
include includes/page/flink.pug
|
|
when 'categories'
|
|
include includes/page/categories.pug
|
|
default
|
|
include includes/page/default-page.pug
|
|
|
|
if page.comments !== false && theme.comments && theme.comments.use
|
|
- var commentsJsLoad = true
|
|
!=partial('includes/third-party/comments/index', {}, {cache: true}) |