diff --git a/layouts/partials/list_item.html b/layouts/partials/list_item.html index 3aff0d2..9f7c89d 100644 --- a/layouts/partials/list_item.html +++ b/layouts/partials/list_item.html @@ -5,7 +5,7 @@ {{ .Scratch.Set "image" .Params.image }} {{ if hasPrefix .Params.image "resource:" }} {{ $resource := .Resources.GetMatch (replace .Params.image "resource:" "") }} - {{ .Scratch.Set "image" ($resource.Resize "300x").RelPermalink }} + {{ .Scratch.Set "image" ($resource.Resize "500x").RelPermalink }} {{ end }}
@@ -19,4 +19,3 @@{{ partial "summary.html" . }}
-