mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
19 lines
574 B
Plaintext
19 lines
574 B
Plaintext
extends includes/layout.pug
|
|
|
|
block content
|
|
#page
|
|
case page.type
|
|
when 'tags'
|
|
include includes/page/tags.pug
|
|
when 'link'
|
|
include includes/page/flink.pug
|
|
when 'categories'
|
|
include includes/page/categories.pug
|
|
when 'artitalk'
|
|
include includes/page/artitalk.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:theme.fragment_cache}) |