summaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authoramzrk22020-04-16 15:34:39 +0800
committeramzrk22020-04-16 15:34:39 +0800
commiteaa3a325e566cc084d30ba56f53ecb3f8e80d9ab (patch)
treeb0480b915ce26df5545aecd3b807a7fedef10eba /layouts/partials/footer.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/partials/footer.html')
-rw-r--r--layouts/partials/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 99cb591..76f3fff 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -2,8 +2,8 @@
<div class="container-lg text-center">
<p>
&copy; {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a> |
- Powered by <a href="https://github.com/amzrk2/hugo-theme-fuji/" target="_blank">Fuji</a>
- & <a href="https://gohugo.io/" target="_blank">Hugo</a>
+ {{ i18n "footerPoweredFront" }}<a href="https://github.com/amzrk2/hugo-theme-fuji/" target="_blank">Fuji</a>
+ & <a href="https://gohugo.io/" target="_blank">Hugo</a>{{ i18n "footerPoweredEnd" }}
</p>
</div>
</footer> \ No newline at end of file