Rename rss->rss-feed for template name consistency.
This commit is contained in:
parent
5e46e6a771
commit
2a248f96e9
2 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue