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

5 lines
114 B
Plaintext
Raw Normal View History

2019-12-03 11:37:44 +00:00
<% if (is_home() && post.top) { %>
<div class="article-topping">
<i class="ri-umbrella-line"></i>
</div>
<% } %>