|
|
@ -50,7 +50,7 @@
|
|
|
|
{{ if .Content }}
|
|
|
|
{{ if .Content }}
|
|
|
|
<description>{{ printf "<![CDATA[%s]]>" .Content | safeHTML }}</description>
|
|
|
|
<description>{{ printf "<![CDATA[%s]]>" .Content | safeHTML }}</description>
|
|
|
|
{{ else if .Description }}
|
|
|
|
{{ else if .Description }}
|
|
|
|
<description>{{ .Description | markdownify | safeHTML }}</description>
|
|
|
|
<description>{{ printf "<![CDATA[%s]]>" (.Description | markdownify) | safeHTML }}</description>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Permalink }}
|
|
|
|
{{ with .Permalink }}
|
|
|
|
<guid>{{ . }}</guid>
|
|
|
|
<guid>{{ . }}</guid>
|
|
|
|