diff --git a/site/layouts/partials/functions/video_fsfe.html b/site/layouts/partials/functions/video_fsfe.html index dd32e6b..ef870ca 100644 --- a/site/layouts/partials/functions/video_fsfe.html +++ b/site/layouts/partials/functions/video_fsfe.html @@ -1,5 +1,5 @@ {{ $.Scratch.Set "langext" "" }} -{{ if and (or (eq .Lang "de") ) }} +{{ if and (or (eq .Lang "de") (eq .Lang "fr") ) }} {{ $.Scratch.Add "langext" (printf "_%s" .Lang) }} {{ end }}