(@ (rel "stylesheet")
(media "screen")
(type "text/css")
- (href "/css/screen.css?202005120000"))))
+ (href "/css/screen.css?202005160000"))))
(body ,@body
(footer (@ (class "text-center"))
(p "Copyright © 2016—2020 by the GNU Guix community."
message-number)))
(title ,(date->string (date message))))
,(time->string (date message)))))
+ (div (@ (class "download-message"))
+ (a (@ (href ,(format #f "issue/~a/raw/~a"
+ id message-number)))
+ ,download-icon))
,@(if (string-suffix? previous-subject (subject message))
'()
`((div (@ (class "subject")) ,(subject message))))