Fix symbol collision in theme package.

This commit is contained in:
Brit Butler 2012-11-26 23:03:22 -05:00
parent 2240dea8ba
commit 1978c6a62f
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
(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 "feed.atom" :posts posts) :atom)
(render-page (make-instance 'index :path "feed.atom" :posts posts) :atom-feed)
(dolist (feed feeds)
(let ((index (index-by-tag feed by-date)))
(setf (index-path index) (format nil "tag/~a-rss.xml" feed)

View file

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