aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post.html')
-rw-r--r--layouts/partials/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post.html b/layouts/partials/post.html
index 1c42c00..b84ba92 100644
--- a/layouts/partials/post.html
+++ b/layouts/partials/post.html
@@ -12,7 +12,7 @@
<div class="fl-ns mb4 mb0-ns pr3-ns">
<img
src="{{ if ne .MediaType.SubType "svg" }}
- {{ $image := .Resize (default "320x" .Params.thumbnail_size) }}
+ {{ $image := .Fill (default "320x210" $.Params.thumbnail_size) }}
{{ $image.RelPermalink }}
{{ else }}
{{ $image.RelPermalink }}