9 lines
330 B
Plaintext
9 lines
330 B
Plaintext
<?xml version="1.0" encoding="<%= config.charset %>" ?>
|
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
|
<title><%= config.site_name %></title>
|
|
<link><%= config.site_url %></title>
|
|
<description><%= config.site_description %></description>
|
|
<updated><%= new Date() %></updated>
|
|
<id><%= config.site_url %></id>
|
|
</feed>
|