From a3b647313c9ae1e082dddd8c6f28948108b1508c Mon Sep 17 00:00:00 2001 From: "chris062689@gmail.com" Date: Sun, 2 Dec 2018 17:59:30 -0500 Subject: [PATCH] Fixed single-image img shortcode not being centered. --- layouts/shortcodes/imgs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/imgs.html b/layouts/shortcodes/imgs.html index cce9b95..160337a 100644 --- a/layouts/shortcodes/imgs.html +++ b/layouts/shortcodes/imgs.html @@ -6,7 +6,7 @@ {{ $title := (index $items 1) }} {{ $split_src := split $src "." }} {{ $extension := index $split_src (sub (len $split_src) 1) }} -
+
{{ if eq $extension "mp4" }}