mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
init
This commit is contained in:
parent
dd58c2f3e8
commit
6f3831a84a
@ -8,19 +8,19 @@ other = "所有 {{.Title }}"
|
||||
other = "最近 {{.Title }}"
|
||||
|
||||
[readMore]
|
||||
other = "繼續閱讀"
|
||||
other = "more"
|
||||
|
||||
[whatsInThis]
|
||||
other = "What's in this {{ .Type }}"
|
||||
|
||||
[related]
|
||||
other = "相關內容"
|
||||
other = "相关內容"
|
||||
|
||||
[yourName]
|
||||
other = "你的名字"
|
||||
|
||||
[emailAddress]
|
||||
other = "电邮地址"
|
||||
other = "邮件地址"
|
||||
|
||||
[message]
|
||||
other = "信息"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo">
|
||||
<div class="flex justify-between">
|
||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" >
|
||||
© {{ now.Format "2006" }} {{ .Site.Title }}
|
||||
© {{ now.Format "2006" }} {{ .Site.Title }} 京ICP备15026794号
|
||||
</a>
|
||||
<div>{{ partial "social-follow.html" . }}</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user