修复底部版权错位
This commit is contained in:
parent
22d0ccc701
commit
2cd197f697
|
@ -1,7 +1,8 @@
|
||||||
<%- css('css/food.css') %>
|
<%- css('css/food.css') %>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div class="Copyright">
|
<div class="Copyright">
|
||||||
©<%= new Date().getFullYear() %> By <%- theme.author %>. 主题:<a style="text-decoration: none; color: #898F9F;"
|
©<%= new Date().getFullYear() %> By <%- theme.author %>. 主题:<a
|
||||||
|
style="text-decoration: none;display: inline; color: #898F9F;"
|
||||||
href="https://github.com/qiaobug/hexo-theme-quiet">Quiet</a>
|
href="https://github.com/qiaobug/hexo-theme-quiet">Quiet</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="contact">
|
<div class="contact">
|
||||||
|
|
Loading…
Reference in New Issue