Blog/themes/freemind/layout/_partial/post/slogan.ejs
2022-03-16 22:24:24 +08:00

8 lines
188 B
Text

<div class="slogan">
<% if (theme.show_slogan) { %>
<% if (theme.show_heart) { %>
<i class="fas fa-fish faa-ring animated faa-slow"></i>
<% } %>
<%= theme.slogan %>
<% } %>
</div>