|
|
@ -47,8 +47,6 @@
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
{{ if .Content }}
|
|
|
|
{{ if .Content }}
|
|
|
|
<description>{{ printf "<![CDATA[%s]]>" .Content | safeHTML }}</description>
|
|
|
|
<description>{{ printf "<![CDATA[%s]]>" .Content | safeHTML }}</description>
|
|
|
|
{{ else if .Summary }}
|
|
|
|
|
|
|
|
<description>{{ .Summary | html }}</description>
|
|
|
|
|
|
|
|
{{ else if .Description }}
|
|
|
|
{{ else if .Description }}
|
|
|
|
<description>{{ .Description | markdownify | html }}</description>
|
|
|
|
<description>{{ .Description | markdownify | html }}</description>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|