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 }}