diff --git a/layouts/shortcodes/videos.html b/layouts/shortcodes/videos.html
index f5ecfb52ea..1848d6eca7 100644
--- a/layouts/shortcodes/videos.html
+++ b/layouts/shortcodes/videos.html
@@ -11,7 +11,7 @@
{{ range $i, $video := $videos }}
{{ $group := mod $i 2 }}
- {{ if eq $group 1 }}
+ {{ if eq $group 0 }}
-
@@ -29,7 +29,7 @@
{{ range $i, $video := $videos }}
{{ $group := mod $i 2 }}
- {{ if eq $group 0 }}
+ {{ if eq $group 1 }}
-