-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
58 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[continue] | ||
other = 'Continue' | ||
|
||
[earlier] | ||
other = 'Earlier' | ||
|
||
[recent] | ||
other = 'Recent' | ||
|
||
[license] | ||
other = 'This site is licensed under a <a href="{{ .Site.Params.copyright.license_link }}">{{ .Site.Params.copyright.license }}</a> license.' | ||
|
||
[poweredBy] | ||
other = 'Generated by <a href="https://gohugo.io/">Hugo</a> at {{ . }}, themed with <a href="https://github.com/xslingcn/vno-hugo"> Vno - Hugo</a>.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[continue] | ||
other = '继续阅读' | ||
|
||
[earlier] | ||
other = '更早的文章' | ||
|
||
[recent] | ||
other = '最近的文章' | ||
|
||
[license] | ||
other = '本站点内容基于 <a href="{{ .Site.Params.copyright.license_link }}">{{ .Site.Params.copyright.license }}</a> 协议发布。' | ||
|
||
[poweredBy] | ||
other = '由 <a href="https://gohugo.io/">Hugo</a> 于 {{ . }} 生成, 采用 <a href="https://github.com/xslingcn/vno-hugo"> Vno - Hugo</a> 作为主题。' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<section class="footer"> | ||
<footer> | ||
<span class="footer__copyright">本站点采用<a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享 署名-非商业性使用-相同方式共享 4.0 国际 许可协议</a></span> | ||
<span class="footer__copyright">由 <a href="https://gohugo.io/">Hugo</a> 于 {{ now.Format "2006-01-02" }} 生成,采用<a href="https://github.com/xslingcn/vno-hugo"> Vno - Hugo </a>作为主题</span> | ||
<span class="footer__copyright">{{ i18n "license" . | safeHTML }}</span> | ||
<span class="footer__copyright">{{ i18n "poweredBy" (now.Format "2006-01-02") | safeHTML }}</span> | ||
</footer> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters