diff options
-rwxr-xr-x | nawp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ (content ,blog-description))) (link (@ (rel "canonical") (href ,canonical-uri))) (link (@ (rel "alternate") - (type "application/rss+xml") + (type "application/atom+xml") (title ,blog-title) (href ,feed-uri)))) (body ,@body)))) |