Fix symbol collision in theme package.
This commit is contained in:
parent
2240dea8ba
commit
1978c6a62f
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
(let* ((by-date (by-date (hash-table-values *posts*)))
|
(let* ((by-date (by-date (hash-table-values *posts*)))
|
||||||
(posts (first-10 by-date)))
|
(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)
|
||||||
(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)
|
(dolist (feed feeds)
|
||||||
(let ((index (index-by-tag feed by-date)))
|
(let ((index (index-by-tag feed by-date)))
|
||||||
(setf (index-path index) (format nil "tag/~a-rss.xml" feed)
|
(setf (index-path index) (format nil "tag/~a-rss.xml" feed)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{namespace coleslaw.theme.hyde}
|
{namespace coleslaw.theme.hyde}
|
||||||
|
|
||||||
{template atom}
|
{template atom-feed}
|
||||||
<?xml version="1.0"?>{\n}
|
<?xml version="1.0"?>{\n}
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue