This commit is contained in:
Jason 2019-09-26 22:33:37 +08:00
parent dd58c2f3e8
commit 6f3831a84a
2 changed files with 4 additions and 4 deletions

View File

@ -8,19 +8,19 @@ other = "所有 {{.Title }}"
other = "最近 {{.Title }}" other = "最近 {{.Title }}"
[readMore] [readMore]
other = "繼續閱讀" other = "more"
[whatsInThis] [whatsInThis]
other = "What's in this {{ .Type }}" other = "What's in this {{ .Type }}"
[related] [related]
other = "相內容" other = "相內容"
[yourName] [yourName]
other = "你的名字" other = "你的名字"
[emailAddress] [emailAddress]
other = "邮地址" other = "地址"
[message] [message]
other = "信息" other = "信息"

View File

@ -1,7 +1,7 @@
<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo"> <footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between"> <div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" > <a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" >
&copy; {{ now.Format "2006" }} {{ .Site.Title }} &copy; {{ now.Format "2006" }} {{ .Site.Title }} 京ICP备15026794号
</a> </a>
<div>{{ partial "social-follow.html" . }}</div> <div>{{ partial "social-follow.html" . }}</div>
</div> </div>