about summary refs log tree commit diff homepage
path: root/_rss/item.xml
blob: 76f892ac6bc661385db3aa5e6efedd5f92c8f593 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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</a>]]>
  </content:encoded>
  <comments><![CDATA[{{comments}}]]></comments>
  <wfw:commentRss>{{comment_rss}}</wfw:commentRss>
</item>