summaryrefslogtreecommitdiffstats
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authoramzrk22020-04-16 15:34:39 +0800
committeramzrk22020-04-16 15:34:39 +0800
commiteaa3a325e566cc084d30ba56f53ecb3f8e80d9ab (patch)
treeb0480b915ce26df5545aecd3b807a7fedef10eba /layouts/_default/single.html
parentbbed6aaeab766901f9d425777a22ad3e767b7716 (diff)
downloadhugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.tar.gz
hugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.tar.bz2
hugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.zip
i18n support
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index edd7c70..e7b9278 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>{{ i18n "postCopyrightFront" }}<a rel="license" href="{{ .Site.Params.licenseLink }}" target="_blank">{{ .Site.Params.license }}</a>{{ i18n "postCopyrightEnd" }}</p>
</blockquote>
</div>
{{ end }}