summaryrefslogtreecommitdiff
path: root/themes/hexo-theme-freemind.bithack/layout/_partial/post/slogan.ejs
blob: f1e9f8440094254debccdb3b8df52b3bd344d8be (plain)
1
2
3
4
5
6
7
8
<div class="slogan">
<% if (theme.show_slogan) { %>
<% if (theme.show_heart) { %>
		<i class="fa fa-heart blink-slow"></i>
<% } %>
		<%= theme.slogan %>
<% } %>
</div>