Add new translations, update nav, fix tag url, change theme info

This commit is contained in:
2024-12-26 17:30:28 +01:00
parent f595ec3199
commit 502ec20d97
7 changed files with 70 additions and 29 deletions

View File

@@ -5,7 +5,7 @@
{{ range .Site.Menus.main }}
<a class="color-link nav-link" href="{{ .URL | relLangURL }}">{{ .Name }}</a>
{{ end }}
<a class="color-link nav-link" href="{{ .Site.BaseURL }}/archive/">Archive</a>
<a class="color-link nav-link" href="{{ .Site.BaseURL }}/archive/">{{ i18n "archive" }}</a>
</div>
{{ partial "footer.html" . }}
</nav>