Rename rss->rss-feed for template name consistency.

This commit is contained in:
Brit Butler 2012-11-28 15:56:09 -05:00
parent 5e46e6a771
commit 2a248f96e9
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
(subseq list 0 (min (length list) 10))))
(let* ((by-date (by-date (hash-table-values *posts*)))
(posts (first-10 by-date)))
(render-page (make-instance 'index :path "rss.xml" :posts posts) :rss)
(render-page (make-instance 'index :path "rss.xml" :posts posts) :rss-feed)
(render-page (make-instance 'index :path "feed.atom" :posts posts) :atom-feed)
(dolist (feed feeds)
(let ((index (index-by-tag feed by-date)))

View file

@ -1,6 +1,6 @@
{namespace coleslaw.theme.hyde}
{template rss}
{template rss-feed}
<?xml version="1.0"?>{\n}
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>