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

@@ -26,9 +26,9 @@
{{if .Params.tags}}
<hr class="footer-divider">
{{ range .Params.tags }}
<a class="tag" href="/tags/{{ . | urlize }}">#{{.}}</a>
<a class="tag" href="{{ $.Site.BaseURL }}/tags/{{ . | urlize }}">#{{.}}</a>
{{ end }}
{{ end }}
</div>
{{end}}
{{end}}

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>