Add atom feeds, still needs some cleanup, but seems to mostly work.
This commit is contained in:
parent
d381768c8f
commit
4c1edbce01
3 changed files with 86 additions and 8 deletions
|
|
@ -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 }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue