mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
fix: QR_code空校验
This commit is contained in:
@@ -14,7 +14,7 @@ block content
|
|||||||
a(href=url_for(item.path)).post-meta__tags #[=item.name]
|
a(href=url_for(item.path)).post-meta__tags #[=item.name]
|
||||||
include includes/third-party/share/index.pug
|
include includes/third-party/share/index.pug
|
||||||
|
|
||||||
if theme.reward.enable
|
if theme.reward.enable && theme.reward.QR_code
|
||||||
!=partial('includes/post/reward', {}, {cache: true})
|
!=partial('includes/post/reward', {}, {cache: true})
|
||||||
|
|
||||||
//- ad
|
//- ad
|
||||||
|
|||||||
Reference in New Issue
Block a user