hexo-theme-ayer/layout/_partial/post/topping.ejs
2019-12-03 19:37:44 +08:00

5 lines
114 B
Plaintext

<% if (is_home() && post.top) { %>
<div class="article-topping">
<i class="ri-umbrella-line"></i>
</div>
<% } %>