website: Use absolute URLs to the articles in the Atom feed.

* website/haunt.scm: Pass an absolute URL as the #:blog-prefix for
'atom-feed'.
This commit is contained in:
Ludovic Courtès 2016-10-28 17:10:10 +02:00
parent 42162fc925
commit 2868212bb4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 1 deletions

View File

@ -86,6 +86,10 @@
%web-pages)
,(blog #:theme (parameterized-theme %news-haunt-theme)
#:prefix "news")
;; Apparently the <link> tags of Atom entries must be absolute URLs,
;; hence this #:blog-prefix.
,(atom-feed #:file-name "news/feed.xml"
#:blog-prefix "news")
#:blog-prefix "https://www.gnu.org/software/guix/news")
,(static-directory "static")))