diff options
Diffstat (limited to 'layouts/partials/post.html')
-rw-r--r-- | layouts/partials/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post.html b/layouts/partials/post.html index 53aa735..c1e66d5 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -2,7 +2,7 @@ <a class="db no-underline dim" href= "{{ .RelPermalink }}"> <h3 class="f3 baskerville mt0 lh-title near-black">{{.Title }}</h3> <div class="cf"> - {{ with resources.Get (index .Params.images 0) | default (resources.Get .Params.image) }} + {{ with resources.Get (index .Params.images 0) }} {{ $image := .Resize (default "320x" .Params.thumbnail_size) }} <div class="fl-ns mb4 mb0-ns pr3-ns"> <img src="{{ $image.RelPermalink }}" class="db center"> |