Added links to set site's lang.
This commit is contained in:
parent
d9d7358abf
commit
d26bcc58b8
@ -70,6 +70,9 @@ templ base(title, description, keywords, canonical string, r *http.Request, head
|
||||
<footer>
|
||||
<a href="/rss.xml" title={ i18n.T(ctx, "base.rss-feed-title") }>{ i18n.T(ctx, "base.rss-feed") }</a>
|
||||
<br/>
|
||||
<a href="?lang=ru">рус</a>
|
||||
<a href="?lang=en">eng</a>
|
||||
<br/>
|
||||
{ version.GetVersion() } © 2017—2024 { i18n.T(ctx, "base.copy-author") } <<a href="mailto:me@arav.su">me@arav.su</a>> <a href="/privacy">{ i18n.T(ctx, "base.privacy-statements-link") }</a>
|
||||
</footer>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user