From 18a759dfc1a4addeb54b53b3320f55b3df857b9b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 12 Apr 2020 22:24:47 +0100 Subject: [PATCH] Widen figures slightly --- layouts/shortcodes/resource.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/resource.html b/layouts/shortcodes/resource.html index a0de521..4f526f3 100644 --- a/layouts/shortcodes/resource.html +++ b/layouts/shortcodes/resource.html @@ -5,7 +5,7 @@ {{ define "img" }} {{ $image := .Scratch.Get "image" }} - {{ .Inner | plainify }} + {{ .Inner | plainify }} {{ end }} {{ if .Inner }}