about summary refs log tree commit diff homepage
path: root/_rss/item.xml
blob: 8a808ff4dc4ac684ffd05f7ee49aa8d0c8d856d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<item>
  <title>{{fd2rss rss_title}}</title>
  <link>{{fd_full_url}}</link>
  <guid>{{fd_full_url}}</guid>
  <description>{{fd2rss rss_description}}</description>
  {{for tag in tags}}<category>{{tag}}</category>{{end}}
  <pubDate>{{RFC822 rss_pubdate}}</pubDate>
  <content:encoded><![CDATA[{{fix_relative_links fd_page_html}}
    <a href="{{mailto_comment}}">Reply via email</a>]]></content:encoded>
  <comments><![CDATA[{{comments}}]]></comments>
  <wfw:commentRss>{{comment_rss}}</wfw:commentRss>
</item>