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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lourme <victor.lourme@icloud.com>2020-11-23 12:11:28 +0300
committerVictor Lourme <victor.lourme@icloud.com>2020-11-23 12:15:47 +0300
commit2b4f529404f7ca0e2adf22c5875eec1de7a9ec30 (patch)
treea0867f9621a4bcdb8068d18a868cc0d29f715ff8 /layouts/partials/footer/footer.html
parent819c8ea0b4cd4765706c2d3303e654eedb3fc725 (diff)
i18n: added footer translations
Diffstat (limited to 'layouts/partials/footer/footer.html')
-rw-r--r--layouts/partials/footer/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html
index f8f7e39..9821e0c 100644
--- a/layouts/partials/footer/footer.html
+++ b/layouts/partials/footer/footer.html
@@ -1,8 +1,8 @@
<footer class="site-footer">
<section class="copyright">&copy; {{ now.Format "2006" }} {{ .Site.Title }}</section>
<section class="powerby">
- Built with <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> <br />
- Theme <b><a href="https://github.com/CaiJimmy/hugo-theme-stack" target="_blank" rel="noopener" data-version="1.1.0">Stack</a></b> designed by
+ {{ T "footerBuiltWith" }} <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> <br />
+ Theme <b><a href="https://github.com/CaiJimmy/hugo-theme-stack" target="_blank" rel="noopener" data-version="1.1.0">Stack</a></b> {{ T "footerDesignedBy" }}
<a href="https://jimmycai.com" target="_blank" rel="noopener">Jimmy</a>
</section>
</footer> \ No newline at end of file