diff --git a/themes/gochowdown/layouts/notes/single.html b/themes/gochowdown/layouts/notes/single.html index 7b094d2..01bdcc2 100644 --- a/themes/gochowdown/layouts/notes/single.html +++ b/themes/gochowdown/layouts/notes/single.html @@ -53,7 +53,11 @@ {{ if .Params.image }}
- + {{ with .Resources.GetMatch .Params.Image }} + {{ with .Fit "1000x1000" }} + + {{ end }} + {{ end }} {{ if .Params.imagecaption }}

Pictured: {{ .Params.imagecaption }}

{{ end }} diff --git a/themes/gochowdown/layouts/partials/home.html b/themes/gochowdown/layouts/partials/home.html index 6d7bd8c..5b73194 100644 --- a/themes/gochowdown/layouts/partials/home.html +++ b/themes/gochowdown/layouts/partials/home.html @@ -5,14 +5,10 @@