Skip to content

Commit b166a54

Browse files
committed
Fixup RSS feed
1 parent b47d640 commit b166a54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/com/sagar/casa/rss.clj

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@
99
(map #(select-keys % [:title :slug :description]))
1010
(map #(assoc % :link (str "https://sagarvrajalal.com/" (:slug %))))
1111
(map #(dissoc % :slug))
12-
(apply rss/channel-xml)))
12+
(apply rss/channel-xml
13+
{:title "Sagar Vrajalal"
14+
:description "Sagar's Blog"
15+
:link "https://sagarvrajalal.com/blog"})))

0 commit comments

Comments
 (0)