mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-08 12:07:06 +08:00
label: 3.3.0 發佈
This commit is contained in:
@@ -93,6 +93,4 @@ npm i hexo-theme-butterfly
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||

|
||||
@@ -93,6 +93,4 @@ theme: butterfly
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||

|
||||
@@ -819,7 +819,7 @@ fragment_cache: true
|
||||
# 插入代码到头部 </head> 之前 和 底部 </body> 之前
|
||||
inject:
|
||||
head:
|
||||
# - <link rel="stylesheet" href="/xxx.css">
|
||||
# - <link rel="stylesheet" href="/xxx.css">
|
||||
bottom:
|
||||
# - <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/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)})
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hexo-theme-butterfly",
|
||||
"version": "3.3.0-b7",
|
||||
"version": "3.3.0",
|
||||
"description": "A Simple and Card UI Design theme for Hexo",
|
||||
"main": "package.json",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user