add paragraph breaks back in

This commit is contained in:
Greg Gauthier 2022-01-08 21:10:55 +00:00
parent 1f4d81a87a
commit 998705e847
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@
<description>
{{`<![CDATA[ ` | safeHTML }}
{{ if isset .Params "image" }}<img src="{{ .Site.Params.podcastCdnURL }}{{ with .Params.image }}{{.}}{{ end }}" width="600" height="338" />{{end}}
{{ if isset .Params "image" }}<p><img src="{{ .Site.Params.podcastCdnURL }}{{ with .Params.image }}{{.}}{{ end }}" width="600" height="338" /></p>{{end}}
{{ .Summary | safeHTML }}
]]>
</description>
@ -80,7 +80,7 @@
{{`<![CDATA[ ` | safeHTML }}
{{ if isset .Params "image" }}
{{ $cdnUrl := .Site.Params.podcastCdnUrl }}
<img src="{{ $cdnUrl }}{{ with .Params.image }}{{.}}{{ end }}"/>
<p><img src="{{ $cdnUrl }}{{ with .Params.image }}{{.}}{{ end }}"/></p>
{{end}}
{{ .Content | safeHTML }}
]]>

View File

@ -15,7 +15,7 @@
<time><em>Updated: {{ .Lastmod.Format "02 Jan 2006, 15:04" }} </em></time>
</div>
{{ if isset .Params "image" }}
<img class="featured-image" src="{{ .Site.Params.podcastCdnURL }}{{ with .Params.image }}{{ . }}{{ end }}" />
<p><img class="featured-image" src="{{ .Site.Params.podcastCdnURL }}{{ with .Params.image }}{{ . }}{{ end }}" /></p>
{{ end }}
</span>
<span style="text-align: justify">