Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl van Heijster <Karl.vanHeijster@cito.nl>2021-08-20 09:30:35 +0300
committerKarl van Heijster <Karl.vanHeijster@cito.nl>2021-08-20 09:30:35 +0300
commit3cbfc0e484f2ba067826ee2a2d018da8d300745f (patch)
tree67ec1ab8f019073aa4eb584a1f18ef1ee3cc8b07
parentcbbebda38158df9135954f42241442f8ca2a6778 (diff)
Use i18n for text in footer
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 833c955..c643729 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -18,7 +18,7 @@
{{ if ne .Site.Params.showPowerBy false }}
<div class="powerby">
- Powered by <a href="http://www.gohugo.io/">Hugo</a> Theme By <a href="https://github.com/nodejh/hugo-theme-cactus-plus">nodejh</a>
+ {{ i18n "poweredby" | safeHTML }}
</div>
{{ end }}
</footer>