From 799114b55791836b7eece91431688fff2b1c5309 Mon Sep 17 00:00:00 2001 From: Carmen Bianca Bakker Date: Thu, 11 Jan 2018 11:51:20 +0100 Subject: [PATCH] Fix Italian video --- site/layouts/partials/functions/video_fsfe.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/layouts/partials/functions/video_fsfe.html b/site/layouts/partials/functions/video_fsfe.html index ef870ca..8cb5ccc 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") (eq .Lang "fr") ) }} +{{ if or (eq .Lang "de") (eq .Lang "fr") (eq .Lang "it") }} {{ $.Scratch.Add "langext" (printf "_%s" .Lang) }} {{ end }}