Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zkz098 committed Dec 2, 2023
1 parent 8901ff2 commit b2f8997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-shokax",
"version": "0.3.7",
"version": "0.3.8",
"description": "a hexo theme based on shoka",
"main": "index.js",
"repository": "https://github.com/theme-shoka-x/hexo-theme-shokaX",
Expand Down
4 changes: 2 additions & 2 deletions scripts/tags/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ function linkGrid (args, content) {

if (urlparam.protocol && urlparam.hostname !== siteHost) {
const durl = Buffer.from(item.url).toString('base64')
result += `<span class="exturl image" data-url="${durl}" data-background-image="${item_image}"></span>
result += `<span class="image" data-url="${durl}" data-background-image="${item_image}"></span>
<div class="info">
<span class="exturl title" data-url="${durl}">${item.site}</span>
<span class="title" data-url="${durl}">${item.site}</span>
<p class="desc">${item.desc || item.url}</p>
</div></div>`
} else {
Expand Down

0 comments on commit b2f8997

Please sign in to comment.