19 lines
701 B
Plaintext
19 lines
701 B
Plaintext
<%- css('css/food.css') %>
|
|
<div class="footer">
|
|
<div class="Copyright">
|
|
©<%= new Date().getFullYear() %> By <%- theme.author %>. 主题:<a
|
|
style="text-decoration: none;display: contents; color: #898F9F;"
|
|
href="https://github.com/qiaobug/hexo-theme-quiet">Quiet</a>
|
|
</div>
|
|
<div class="contact">
|
|
<% theme.bottomIcon.forEach(item =>{%>
|
|
<a href="<%= item.toUrl %>">
|
|
<img src="<%= item.iconLink %>" alt="Quiet主题">
|
|
</a>
|
|
<% }) %>
|
|
</div>
|
|
</div>
|
|
<%- partial('_widget/gotop') %>
|
|
<script>
|
|
console.log('\n %c Hexo-Quiet 主题 %c https://github.com/QiaoBug/hexo-theme-quiet \n', 'color: #fadfa3; background: #030307; padding:5px 0;', 'background: #fadfa3; padding:5px 0;')
|
|
</script> |