Skip to content

Commit

Permalink
更改footer部分英文为中文
Browse files Browse the repository at this point in the history
  • Loading branch information
monniya committed Aug 31, 2017
1 parent 08c8be7 commit 7b03776
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ mathjax: true
excerpt_link: 继续阅读

# Footer message
site_license: <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.</a>
thanks_message: thanks to <a href="https://pages.github.com/">GitHub Pages</a> for free hosting.
site_license: 本站点采用 <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>
theme_message: 基于 <a href="http://hexo.io">Hexo</a> 搭建,使用 <a href="https://github.com/monniya/hexo-theme-new-vno ">new-vno</a> 主题,由<a href="https://monniya.com ">@Monniya</a> 修改自 <a href="https://github.com/lenbo-ma/hexo-theme-vno" target="_blank">Vno</a>, 原创出自<a href="http://github.com/onevcat/vno" target="_blank">onevcat</a>

12 changes: 6 additions & 6 deletions layout/_partial/footer.ejs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<footer class="footer">
<span class="footer__copyright">
&copy; <%- date(Date.now(), 'YYYY') %> <%= config.author || config.title %><% if (theme.site_license) { %> - This site is licensed under a <%- theme.site_license %><% } %>
&copy; <%- date(Date.now(), 'YYYY') %> <%= config.author || config.title %><% if (theme.site_license) { %> - <%- theme.site_license %><% } %>

</span>
<span class="footer__copyright">
Powered by <a href="http://hexo.io">Hexo</a>. <% if (theme.thanks_message) { %><%- theme.thanks_message %><% } %>
</span>
<span class="footer__copyright">
This site uses <a href="https://github.com/monniya/hexo-theme-new-vno ">new-vno</a> theme, modified by <a href="https://monniya.com ">@Monniya</a> from <a href="https://github.com/lenbo-ma/hexo-theme-vno" target="_blank">Vno</a>, Original theme from <a href="http://github.com/onevcat/vno" target="_blank">onevcat</a>
</span>
<% if (theme.theme_message) { %> - <%- theme.theme_message %><% } %>
</span>


<% if (page.mathjax){ %>
<%- partial('_partial/mathjax') %>
<% } %>
Expand Down

0 comments on commit 7b03776

Please sign in to comment.