Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/css/_base/variable.styl
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ dataURI = hexo-config("dataURI")
author-img-data = unquote(hexo-config("author_img_data"))
author-img = hexo-config("author_img")
ShowGallery = hexo-config("ShowGallery")
root = hexo-config("root")
//root = hexo-config("root")

//comment
duoshuo = hexo-config("duoshuo.enable")

//highlight
highlight = hexo-config("highlight.enable")
//highlight = hexo-config("highlight.enable")
2 changes: 1 addition & 1 deletion source/css/_partial/footer.styl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ footer
if dataURI
background no-repeat url(author-img-data) left top
else
background no-repeat url(root+author-img) left top
background no-repeat url(/+author-img) left top
background-size w w
border-radius (w/2)
transition transform 2s ease-out
Expand Down