diff --git a/layouts/partials/content.html b/layouts/partials/content.html index 5dedb00..be88765 100644 --- a/layouts/partials/content.html +++ b/layouts/partials/content.html @@ -2,7 +2,7 @@ {{ .Scratch.Set "image" .Params.image }} {{ if hasPrefix .Params.image "resource:" }} {{ $resource := .Resources.GetMatch (replace .Params.image "resource:" "") }} - {{ .Scratch.Set "image" ($resource.Resize "1000x").RelPermalink }} + {{ .Scratch.Set "image" ($resource.Resize "2000x").RelPermalink }} {{ end }}