We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c12eac commit 0b8cbacCopy full SHA for 0b8cbac
layouts/shortcodes/videos.html
@@ -11,7 +11,7 @@
11
<ul class="video-thumbnails">
12
{{ range $i, $video := $videos }}
13
{{ $group := mod $i 2 }}
14
- {{ if eq $group 1 }}
+ {{ if eq $group 0 }}
15
<li>
16
<a href="{{ relURL "video" }}/{{ $video.Params.link }}"><img src="{{ relURL "images/video" }}/ep{{ print $video.Params.episode $img_suffix }}.png" {{ $dimensions }}></a>
17
<h4>
@@ -29,7 +29,7 @@ <h4>
29
30
31
32
- {{ if eq $group 0 }}
+ {{ if eq $group 1 }}
33
34
35
0 commit comments