Skip to content

Commit

Permalink
chore: 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkz098 committed Feb 15, 2024
1 parent 24ed724 commit c9bd697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layout/_partials/sidebar/overview.pug
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
div(class="author" itemprop="author" itemscope itemtype="http://schema.org/Person")
img(loading="eager" decoding="async" class="image" itemprop="image" alt=author
img(loading="lazy" decoding="async" class="image" itemprop="image" alt=author
src=url_for(theme.statics + theme.assets + '/'+ theme.sidebar.avatar))
p(class="name" itemprop="name")
!= author
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-shokax",
"version": "0.4.1",
"version": "0.4.2",
"description": "a hexo theme based on shoka",
"main": "index.js",
"repository": "https://github.com/theme-shoka-x/hexo-theme-shokaX",
Expand Down

0 comments on commit c9bd697

Please sign in to comment.