Skip to content

Commit

Permalink
whoops fix rss typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vii committed May 24, 2009
1 parent 3171a1f commit 0171caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blog/blog.lisp
Expand Up @@ -90,7 +90,7 @@
; disable the RSS feed as RSS wants to have absolute URLs
; (<link :rel "alternate" :type "application/rss+xml" :href (my rss-feed-url)))

)
))
(let ((n (byte-vector-parse-integer n)))
(let ((entries (my ready-entries :start n)) (count 10))
(<div :class "blog"
Expand Down

0 comments on commit 0171caf

Please sign in to comment.