diff --git a/site/layouts/partials/functions/video_fsfe.html b/site/layouts/partials/functions/video_fsfe.html index 6deb280..288b833 100644 --- a/site/layouts/partials/functions/video_fsfe.html +++ b/site/layouts/partials/functions/video_fsfe.html @@ -1,5 +1,5 @@ {{ $langext := "" }} -{{ if or (eq .Lang "de") (eq .Lang "fr") (eq .Lang "it") (eq .Lang "nl") (eq .Lang "pt") (eq .Lang "ru") (eq .Lang "es") }} +{{ if or (eq .Lang "de") (eq .Lang "fr") (eq .Lang "it") (eq .Lang "nl") (eq .Lang "pt") (eq .Lang "ru") (eq .Lang "es") (eq .Lang "sv") }} {{ $langext = (printf "_%s" .Lang) }} {{ end }}