mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-12-02 03:05:20 +01:00
9 lines
188 B
Text
9 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>
|