Skip to content

Commit

Permalink
Merge pull request #39 from EvanNotFound/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
EvanNotFound authored Jan 2, 2023
2 parents d6f7065 + 7308a36 commit cdfc1ed
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ style:
primary_color: "#005080"

# Avatar (You can use local image or image external link)
avatar: /images/avatar.svg # avatar of the author
avatar: /images/redefine-avatar.svg # avatar of the author

# Favicon (You can use local image or image external link)
favicon: /images/logo.svg # favicon of the site
favicon: /images/redefine-logo.svg # favicon of the site

# Article image align position
article_img_align: center # value: left | center
Expand Down Expand Up @@ -260,6 +260,7 @@ footer:
icp: # ICP record number of your website, Can be null

# ---------------------------------------------------------------------------------------
# Redefine Theme version (Please don't modify)
# Redefine Theme version (Please dont modify it)
# Please go to github to update the latest version frequently
# ---------------------------------------------------------------------------------------
version: 0.4.5
version: 0.4.6
1 change: 0 additions & 1 deletion layout/_partial/comment/waline.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
theme.comment.use === 'waline'
&& theme.comment.waline.serverUrl
&& theme.comment.waline.lang
&& theme.comment.waline.dark
) { %>
<div id="waline"></div>
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-redefine",
"version": "0.4.5",
"version": "0.4.6",
"private": false,
"description": "\"Redefine\" hexo theme is a simple & fast & pure theme, but with no compromise.",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion source/css/layout/_partial/comment/gitalk.styl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ clearfix() {
content " "
display table
}
&:after { clear both; }
&:after {
clear both
}
}
em($px, $base-size = $gt-size-base)
u = unit($px)
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.

0 comments on commit cdfc1ed

Please sign in to comment.