Merge branch 'dev' into master

This commit is contained in:
Jerry
2021-02-03 15:43:37 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
if theme.mathjax && theme.mathjax.enable if theme.mathjax && theme.mathjax.enable
if theme.mathjax.per_page if theme.mathjax.per_page
if is_post() && is_page() if is_post() || is_page()
include ./mathjax.pug include ./mathjax.pug
else else
if page.mathjax if page.mathjax
@@ -8,7 +8,7 @@ if theme.mathjax && theme.mathjax.enable
if theme.katex && theme.katex.enable if theme.katex && theme.katex.enable
if theme.katex.per_page if theme.katex.per_page
if is_post() && is_page() if is_post() || is_page()
include ./katex.pug include ./katex.pug
else else
if page.katex if page.katex

View File

@@ -1,6 +1,6 @@
{ {
"name": "hexo-theme-butterfly", "name": "hexo-theme-butterfly",
"version": "3.6.1", "version": "3.6.2",
"description": "A Simple and Card UI Design theme for Hexo", "description": "A Simple and Card UI Design theme for Hexo",
"main": "package.json", "main": "package.json",
"scripts": { "scripts": {