From fa1e90e4d9a85788f450ac424d2110e965a43c00 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Thu, 7 Jun 2018 16:12:35 +0200 Subject: [PATCH] use RU 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 b898e6a..c6f23ad 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 or (eq .Lang "de") (eq .Lang "fr") (eq .Lang "it") (eq .Lang "pt") }} +{{ if or (eq .Lang "de") (eq .Lang "fr") (eq .Lang "it") (eq .Lang "pt") (eq .Lang "ru") }} {{ $.Scratch.Add "langext" (printf "_%s" .Lang) }} {{ end }}