hexo-theme-ayer/layout/_partial/post/topping.ejs
2020-04-04 14:38:01 +08:00

3 lines
100 B
Plaintext

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