add back in the conditional to prevent image inclusion in rss where there is no image
This commit is contained in:
parent
40e7135a5b
commit
9a6005a84a
@ -34,7 +34,7 @@
|
||||
<guid>{{ .Permalink }}</guid>
|
||||
<description> <![CDATA[
|
||||
<p>
|
||||
<img src="https://gmgauthier.com{{ with .Params.image }}{{.}}{{ end }}"/>
|
||||
{{ if isset .Params "image" }}<img src="https://gmgauthier.com{{ with .Params.image }}{{.}}{{ end }}"/>{{end}}
|
||||
{{.Summary | html }}
|
||||
</p>
|
||||
]]>
|
||||
|
Loading…
Reference in New Issue
Block a user