hexo-theme-stun
Advanced tools
Comparing version 2.6.1 to 2.6.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [2.6.2](https://github.com/liuyib/hexo-theme-stun/compare/v2.6.1...v2.6.2) (2021-01-25) | ||
### Bug Fixes | ||
* **#156:** can't render math formula in post title ([fc73f5a](https://github.com/liuyib/hexo-theme-stun/commit/fc73f5a14e3e511ce357b6e3b22e96891d937ac9)), closes [#156](https://github.com/liuyib/hexo-theme-stun/issues/156) | ||
### [2.6.1](https://github.com/liuyib/hexo-theme-stun/compare/v2.6.0...v2.6.1) (2021-01-06) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "hexo-theme-stun", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"description": "A beautiful & simple theme for Hexo", | ||
@@ -5,0 +5,0 @@ "homepage": "https://liuyib.github.io", |
@@ -29,7 +29,6 @@ 'use strict' | ||
var filterHtml = (html.replace(/<[^>]+>/gim, '') || '').trim() | ||
return ` | ||
<${tName} id="${id}" ${attrBegin} ${attrEnd}> | ||
<a href="#${id}" class="heading-link"><i class="${theme.icon && | ||
theme.icon.post_heading}"></i></a>${filterHtml}</${tName}> | ||
theme.icon.post_heading}"></i></a>${html}</${tName}> | ||
` | ||
@@ -36,0 +35,0 @@ }) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
312833
1551