We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb75b1 commit c217346Copy full SHA for c217346
blog/build/render/feed.rkt
@@ -28,7 +28,7 @@
28
(match-define (rendered-post title-str _ date tags body) post)
29
`(entry
30
(title ,title-str)
31
- (link ([rel "alternate"]) ,(full-url (rendered-post-path post)))
+ (link ([rel "alternate"] [href ,(full-url (rendered-post-path post))]))
32
(published ,(post-date->rfc-3339-datetime date))
33
(updated ,(post-date->rfc-3339-datetime date))
34
(author (name "Alexis King"))
0 commit comments