Files
hexo_blog/themes/matery/layout/_widget/dream.ejs
T
2022-04-25 13:40:12 +08:00

13 lines
372 B
Plaintext

<div class="dream">
<% if (theme.dream.showTitle) { %>
<div class="title center-align">
<i class="far fa-lightbulb"></i>&nbsp;&nbsp;<%= theme.dream.title %>
</div>
<% } %>
<div class="row">
<div class="col l8 offset-l2 m10 offset-m1 s10 offset-s1 center-align text">
<%= theme.dream.text %>
</div>
</div>
</div>