summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--exampleSite/config.toml2
-rw-r--r--layouts/_default/single.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 57c75cb..1c7e770 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -52,7 +52,7 @@ paginate = 10
url = "/"
weight = 1
[[menu.nav]]
- name = "存档"
+ name = "归档"
url = "/archive/"
weight = 2
[[menu.nav]]
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 49e70df..6bfce19 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -17,7 +17,7 @@
{{ if ne .Params.noLicense true }}
<div class="markdown-body" id="license">
<blockquote>
- <p>除特殊注明部分,本作品采用 <a rel="license" href="{{ .Site.Params.licenseLink }}" target="_blank">{{ .Site.Params.license }}</a> 进行许可。</p>
+ <p>除特殊注明部分,本站内容采用 <a rel="license" href="{{ .Site.Params.licenseLink }}" target="_blank">{{ .Site.Params.license }}</a> 进行许可。</p>
</blockquote>
</div>
{{ end }}