hexo-theme-next
Advanced tools
Comparing version
{ | ||
"name": "hexo-theme-next", | ||
"version": "8.13.0", | ||
"version": "8.13.1", | ||
"description": "Elegant and powerful theme for Hexo.", | ||
@@ -38,4 +38,4 @@ "main": "package.json", | ||
"chai": "4.3.6", | ||
"eslint": "8.23.0", | ||
"hexo": "6.2.0", | ||
"eslint": "8.24.0", | ||
"hexo": "6.3.0", | ||
"hexo-renderer-marked": "5.0.0", | ||
@@ -42,0 +42,0 @@ "js-yaml": "4.1.0", |
@@ -22,3 +22,3 @@ /* global hexo */ | ||
const config = hexo.theme.config.changyan; | ||
if (!config.enable || !config.appid || !config.appkey) return; | ||
if (!config.enable || !config.count || !config.appid || !config.appkey) return; | ||
@@ -25,0 +25,0 @@ injects.postMeta.raw('changyan', ` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
446647
0.01%