add paragraph breaks back in
This commit is contained in:
parent
1f4d81a87a
commit
998705e847
@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
<description>
|
<description>
|
||||||
{{`<![CDATA[ ` | safeHTML }}
|
{{`<![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 }}
|
{{ .Summary | safeHTML }}
|
||||||
]]>
|
]]>
|
||||||
</description>
|
</description>
|
||||||
@ -80,7 +80,7 @@
|
|||||||
{{`<![CDATA[ ` | safeHTML }}
|
{{`<![CDATA[ ` | safeHTML }}
|
||||||
{{ if isset .Params "image" }}
|
{{ if isset .Params "image" }}
|
||||||
{{ $cdnUrl := .Site.Params.podcastCdnUrl }}
|
{{ $cdnUrl := .Site.Params.podcastCdnUrl }}
|
||||||
<img src="{{ $cdnUrl }}{{ with .Params.image }}{{.}}{{ end }}"/>
|
<p><img src="{{ $cdnUrl }}{{ with .Params.image }}{{.}}{{ end }}"/></p>
|
||||||
{{end}}
|
{{end}}
|
||||||
{{ .Content | safeHTML }}
|
{{ .Content | safeHTML }}
|
||||||
]]>
|
]]>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<time><em>Updated: {{ .Lastmod.Format "02 Jan 2006, 15:04" }} </em></time>
|
<time><em>Updated: {{ .Lastmod.Format "02 Jan 2006, 15:04" }} </em></time>
|
||||||
</div>
|
</div>
|
||||||
{{ if isset .Params "image" }}
|
{{ 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 }}
|
{{ end }}
|
||||||
</span>
|
</span>
|
||||||
<span style="text-align: justify">
|
<span style="text-align: justify">
|
||||||
|
Loading…
Reference in New Issue
Block a user