diff --git a/layouts/rss.xml b/layouts/rss.xml index 7ca03dd..178f997 100644 --- a/layouts/rss.xml +++ b/layouts/rss.xml @@ -34,9 +34,9 @@ {{- $image := partial "helper/image" (dict "Context" . "Type" "rss") -}} {{- if $image.exists -}} - {{ "<" | html }}img src="{{ $image.permalink | absURL }}" width="{{ $image.resource.Width }}" height="{{ $image.resource.Height }}" alt="Featured image of post {{ .Title }}" {{ "/>" | html}} + {{ "<" | html }}img src="{{ $image.permalink | absURL }}" alt="Featured image of post {{ .Title }}" {{ "/>" | html}} {{- end -}}{{ $content }} {{ end }} - \ No newline at end of file +