Merge "Chinese Conversion Table Update 2017-6"
[lhc/web/wiklou.git] / includes / templates / RSSItem.mustache
1 <item>
2 <title>{{{title}}}</title>
3 <link>{{{url}}}</link>
4 <guid{{^permalink}} isPermaLink="false"{{/permalink}}>{{{uniqueID}}}</guid>
5 <description>{{{description}}}</description>
6 {{#date}}<pubDate>{{{.}}}</pubDate>{{/date}}
7 {{#author}}<dc:creator>{{{.}}}</dc:creator>{{/author}}
8 {{#comments}}<comments>{{{.}}}</comments>{{/comments}}
9 </item>