Fix #1: add i18n for en/ru

This commit is contained in:
Dmitry Kolosov 2020-01-26 19:09:07 +03:00
parent 0f60a781eb
commit 63e411c12f
9 changed files with 73 additions and 13 deletions

View file

@ -1,3 +1,3 @@
<p>© Дмитрий Колосов, 2020<br>
Движок <a target="_blank" href="https://gohugo.io/">Hugo</a>, тема <a target="_blank" href="https://github.com/mitrichius/hugo-theme-anubis">Anubis</a>.
<p>© {{ if isset .Site.Params "author"}}{{ .Site.Params.author }}, {{end}}2020<br>
{{ i18n "powered" | humanize }} <a target="_blank" href="https://gohugo.io/">Hugo</a>, {{ i18n "theme" }} <a target="_blank" href="https://github.com/mitrichius/hugo-theme-anubis">Anubis</a>.
</p>