11 lines
352 B
XML
11 lines
352 B
XML
|
<item>
|
||
|
<title>${title}</title>
|
||
|
<link>${siteurl}/blog/${filename}</link>
|
||
|
<guid>${siteurl}/blog/${filename}</guid>
|
||
|
<dc:date>${created}T00:00:00Z</dc:date>
|
||
|
<author>${author}</author>
|
||
|
<description><![CDATA[<h1>${title}</h1>
|
||
|
<p><strong>Last modification on </strong> <time>${updated}</time></p>
|
||
|
%{contentfile}]]></description>
|
||
|
</item>
|