Skip to content

Commit

Permalink
Merge pull request #364 from everfu/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
everfu authored Aug 19, 2024
2 parents 1ba9b32 + 2d3a082 commit db7fa66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ related_post:
footer:
# Information social icon
information:
author: false # enable site.icon in footer
author: false # img url / false
left:
# Github: https://github.com/everfu || fab fa-github # Name: link || icon
# Mail: mailto:o@efu.me || fab fa-envelope
Expand Down
6 changes: 3 additions & 3 deletions layout/includes/footer.pug
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if theme.post.footer.enable && is_post()
if theme.post.footer.button.enable
a.footer-bar-link(href=url_for(theme.post.footer.button.url))= theme.post.footer.button.name
div#footer_deal
- var leftInfo = information.left
- var rightInfo = information.right
- var leftInfo = information.left || []
- var rightInfo = information.right || []

each value, label in leftInfo
- var array = value.split('||')
Expand All @@ -31,7 +31,7 @@ div#footer_deal
i.solitude(class=array[1])
div#st-footer

each value, x in group
each value, x in group || []
div.footer-group
h3.footer-title= x
div.footer-links
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-solitude",
"version": "2.0.8",
"version": "2.0.9",
"description": "A beautiful, powerful, and efficient Hexo theme developed by EverFu.",
"main": "package.json",
"scripts": {
Expand Down

0 comments on commit db7fa66

Please sign in to comment.