We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47d640 commit b166a54Copy full SHA for b166a54
src/com/sagar/casa/rss.clj
@@ -9,4 +9,7 @@
9
(map #(select-keys % [:title :slug :description]))
10
(map #(assoc % :link (str "https://sagarvrajalal.com/" (:slug %))))
11
(map #(dissoc % :slug))
12
- (apply rss/channel-xml)))
+ (apply rss/channel-xml
13
+ {:title "Sagar Vrajalal"
14
+ :description "Sagar's Blog"
15
+ :link "https://sagarvrajalal.com/blog"})))
0 commit comments