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}}