mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 21:17:07 +08:00
label: 3.3.0 發佈
This commit is contained in:
@@ -94,5 +94,3 @@ npm i hexo-theme-butterfly
|
|||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|
|
||||||
|
|||||||
@@ -94,5 +94,3 @@ theme: butterfly
|
|||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|
|
||||||
|
|||||||
@@ -819,7 +819,7 @@ fragment_cache: true
|
|||||||
# 插入代码到头部 </head> 之前 和 底部 </body> 之前
|
# 插入代码到头部 </head> 之前 和 底部 </body> 之前
|
||||||
inject:
|
inject:
|
||||||
head:
|
head:
|
||||||
# - <link rel="stylesheet" href="/xxx.css">
|
# - <link rel="stylesheet" href="/xxx.css">
|
||||||
bottom:
|
bottom:
|
||||||
# - <script src="xxxx"></script>
|
# - <script src="xxxx"></script>
|
||||||
|
|
||||||
|
|||||||
@@ -79,6 +79,6 @@ if theme.blog_title_font && theme.blog_title_font.font_link
|
|||||||
include ./head/config_site.pug
|
include ./head/config_site.pug
|
||||||
include ./head/noscript.pug
|
include ./head/noscript.pug
|
||||||
|
|
||||||
!=partial('includes/head/darkmode', {}, {cache:theme.fragment_cache})
|
!=partial('includes/head/js', {}, {cache:theme.fragment_cache})
|
||||||
|
|
||||||
!=fragment_cache('injectHead', function(){return injectHtml(theme.inject.head)})
|
!=fragment_cache('injectHead', function(){return injectHtml(theme.inject.head)})
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hexo-theme-butterfly",
|
"name": "hexo-theme-butterfly",
|
||||||
"version": "3.3.0-b7",
|
"version": "3.3.0",
|
||||||
"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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user