build-a-blog
This commit is contained in:
parent
b8056a1a84
commit
aeff37dfa6
11 changed files with 2598 additions and 8 deletions
12
index.xml.tmpl
Normal file
12
index.xml.tmpl
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>${site_title}</title>
|
||||
<link>${site_link}</link>
|
||||
<description>${description}</description>
|
||||
<language>en</language>
|
||||
<lastBuildDate>${last_build_date}</lastBuildDate>
|
||||
<atom:link href="${self_full_link}" rel="self" type="application/rss+xml" />
|
||||
${items}
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue