From 9847fadf954f0b8091723a3450e2de1306bfdf6e Mon Sep 17 00:00:00 2001 From: Seirdy Date: Sat, 22 Jun 2024 12:36:08 -0400 Subject: [PATCH] stop adding placeholder thumbnails to feeds --- layouts/_default/list.atom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/list.atom.xml b/layouts/_default/list.atom.xml index fff2d6d..e0dbc55 100644 --- a/layouts/_default/list.atom.xml +++ b/layouts/_default/list.atom.xml @@ -96,9 +96,9 @@ http://activitystrea.ms/schema/1.0/{{ $type }} http://activitystrea.ms/schema/1.0/post {{- with .Params.image -}} - {{- $image := partial "cache-bust.html" (printf "/p/%s" . ) -}} + {{- $thumbnail := partial "cache-bust.html" (printf "/p/%s" . ) -}} + {{- end -}} - {{ with .Description -}} {{ . }} {{- end }}