From 8e079b951a277aeda4713ab58db18896bfc6db31 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com>
Date: Sun, 17 May 2026 08:37:27 +0000
Subject: [PATCH] fix: define summary image dimensions
---
layouts/summary-with-image.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/summary-with-image.html b/layouts/summary-with-image.html
index 33bbce3..eddc92b 100644
--- a/layouts/summary-with-image.html
+++ b/layouts/summary-with-image.html
@@ -6,7 +6,7 @@
{{/* Trimming the slash and adding absURL make sure the image works no matter collections.Where our site lives */}}
<div class="{{ compare.Conditional (compare.Eq $.Site.Language.Direction "rtl") "pl3-ns" "pr3-ns" }} mb4 mb0-ns w-100 w-40-ns">
<a href="{{.RelPermalink}}" class="db grow">
- <img src="{{ $featured_image }}" class="img" alt="image from {{ .Title }}">
+ <img src="{{ $featured_image }}" class="img" alt="image from {{ .Title }}" width="600" height="400">
</a>
</div>
{{ end }}
--
Gitblit v1.10.0