mirror of
https://github.com/Brandon-Rozek/website.git
synced 2026-05-07 16:26:46 +00:00
9 lines
No EOL
589 B
XML
9 lines
No EOL
589 B
XML
<item>
|
|
<title>Postroll: {{ .Title }}</title>
|
|
<link>{{ with .Params.url }}{{ . }}{{ else }}{{ .Permalink }}{{ end }}</link>
|
|
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
|
|
<author>{{ .Params.author }}</author>
|
|
<guid>{{ with .Params.url }}{{ . }}{{ else }}{{ .Permalink }}{{ end }}</guid>
|
|
{{ printf `<description><![CDATA[<p><strong>Brandon's Comment:</strong></p>%s]]></description>` .Summary | safeHTML }}
|
|
{{ printf `<content:encoded><![CDATA[<p><strong>Brandon's Comment:</strong></p>%s]]></content:encoded>` .Content | safeHTML }}
|
|
</item> |