fix: encoding & footer

This commit is contained in:
Changkun Ou
2018-05-03 14:07:46 +02:00
parent c260cd052f
commit 12da6273e5
4 changed files with 8 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
</div>
<div class="footer">
<p>
<a href="https://changkun.de">欧长坤</a>版权所有 &copy; 2016-<%- new Date().getFullYear() %>
<a href="https://changkun.de">欧长坤</a> &copy; 2016-<%- new Date().getFullYear() %> 版权所有
采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议许可</a>,代码使用 <a href="https://opensource.org/licenses/MIT" target="_blank">MIT</a> 协议开源。</a>
</p>
</div>