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>
|
<guid>{{ .Permalink }}</guid>
|
||||||
<description> <![CDATA[
|
<description> <![CDATA[
|
||||||
<p>
|
<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 }}
|
{{.Summary | html }}
|
||||||
</p>
|
</p>
|
||||||
]]>
|
]]>
|
||||||
|
Loading…
Reference in New Issue
Block a user