hexo-theme-ayer/layout/_partial/post/topping.ejs

3 lines
100 B
Plaintext
Raw Normal View History

2019-12-03 11:37:44 +00:00
<% if (is_home() && post.top) { %>
2020-04-04 06:38:01 +00:00
<i class="article-topping"><%= __('post.sticky') %></i>
2019-12-03 11:37:44 +00:00
<% } %>