20 lines
601 B
Plaintext
20 lines
601 B
Plaintext
|
|
<div class="footer">
|
|
<div class="Copyright">
|
|
©<%= new Date().getFullYear() %> By <%- theme.author %>.
|
|
</div>
|
|
<div class="contact">
|
|
<% theme.bottomIcon.forEach(item =>{%>
|
|
<a href="<%= item.toUrl %>">
|
|
<img src="<%= item.iconLink %>" alt="Quiet主题">
|
|
</a>
|
|
<% }) %>
|
|
</div>
|
|
</div>
|
|
<%- partial('_widget/gotop') %>
|
|
<%- partial('_widget/analytics') %>
|
|
<%- partial('_widget/comment') %>
|
|
<script>
|
|
console.log('\n %c Hexo-Quiet 主题 %c https://github.com/79e/hexo-theme-quiet \n', 'color: #fadfa3; background: #030307; padding:5px 0;', 'background: #fadfa3; padding:5px 0;')
|
|
</script>
|