From 105fab5e460abe24ac0aa6be6866929d1b5d5b84 Mon Sep 17 00:00:00 2001 From: XPoet Date: Tue, 26 Sep 2023 14:16:59 +0800 Subject: [PATCH] fix(home): fixed a bug show two stick icon --- layout/home-content.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/home-content.ejs b/layout/home-content.ejs index 5919421e..7f70fd23 100644 --- a/layout/home-content.ejs +++ b/layout/home-content.ejs @@ -19,7 +19,7 @@ <% } %>
- <% if (post.sticky && !post?.cover) { %> + <% if (post.sticky && !post?.home_cover) { %>
 <%- __('top') %>