Merge pull request #2866 from EricGusmao/fix/hugo-v0.158.0-deprecations

fix: migrate deprecated Hugo v0.158.0 language API
This commit is contained in:
Nuno C.
2026-04-13 22:40:39 +01:00
committed by GitHub
16 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -123,7 +123,7 @@
{{ end }}
{{ $finalLink := $taxonomyLink }}
{{ $currentLang := site.Language.Lang }}
{{ $currentLang := site.Language.Name }}
{{ if eq site.LanguagePrefix "" }}
{{ $finalLink = printf "%sauthors/%s/" $baseURL $author }}
{{ else }}