Skip to content

Commit

Permalink
Merge branch 'dev' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryc127 committed Feb 3, 2021
2 parents e8cfc6e + d8cc723 commit 4c5abe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions layout/includes/third-party/math/index.pug
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
if theme.mathjax && theme.mathjax.enable
if theme.mathjax.per_page
if is_post() && is_page()
if is_post() || is_page()
include ./mathjax.pug
else
if page.mathjax
include ./mathjax.pug

if theme.katex && theme.katex.enable
if theme.katex.per_page
if is_post() && is_page()
if is_post() || is_page()
include ./katex.pug
else
if page.katex
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-butterfly",
"version": "3.6.1",
"version": "3.6.2",
"description": "A Simple and Card UI Design theme for Hexo",
"main": "package.json",
"scripts": {
Expand Down

0 comments on commit 4c5abe0

Please sign in to comment.