hexo-theme-ayer/layout/_partial/post/topping.ejs
2020-03-21 17:20:59 +08:00

3 lines
82 B
Plaintext

<% if (is_home() && post.top) { %>
<i class="article-topping">置顶</i>
<% } %>