Skip to content

Commit

Permalink
fix(home): fixed a bug show two stick icon
Browse files Browse the repository at this point in the history
  • Loading branch information
XPoet committed Sep 26, 2023
1 parent db5e327 commit 105fab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/home-content.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<% } %>
<div class="home-article-item-bottom border-box">
<% if (post.sticky && !post?.cover) { %>
<% if (post.sticky && !post?.home_cover) { %>
<div class="post-sticky-box card">
<i class="fas fa-thumbtack"></i><span class="sticky-name">&nbsp;<%- __('top') %></span>
</div>
Expand Down

0 comments on commit 105fab5

Please sign in to comment.