Add atom feeds, still needs some cleanup, but seems to mostly work.

This commit is contained in:
Uriel 2008-11-26 04:56:39 +01:00
parent d381768c8f
commit 4c1edbce01
3 changed files with 86 additions and 8 deletions

View file

@ -1,7 +1,7 @@
% if (! ~ $blogTitle '')
% echo '<h1>'$"blogTitle'</h1>'
<div style="text-align:right">(<a href="index.rss">rss feed</a>)</div>
<div style="text-align:right">(<a href="index.rss">RSS Feed</a>|<a href="index.atom">Atom Feed</a>)</div>
%{
for (f in `{ sortedBlogPostList $blogDirs }) {