feed-entry.mustache (249B)
1 <entry> 2 <title>{{ field_title }}</title> 3 <link href="{{ field_permalink }}" /> 4 <updated>{{ field_date}}T{{ field_datetime }}</updated> 5 <author> 6 <name>{{ SITE_AUTHOR }}</name> 7 <email>{{ SITE_AUTHOR_EMAIL }}</email> 8 </author> 9 </entry>