Skip to content
Snippets Groups Projects
Unverified Commit 6bd940fc authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

Add RSS link to the home page.

* src/cuirass/templates.scm (specifications-table): Add RSS link.
parent 4e98cb02
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,14 @@ system whose names start with " (code "guile-") ":" (br)
(define* (specifications-table specs #:optional admin?)
"Return HTML for the SPECS table."
`((p (@ (class "lead")) "Specifications")
`((p (@ (class "lead")) "Specifications"
(a (@ (href "/events/rss/"))
(button (@ (class "btn btn-outline-warning float-right")
(type "button"))
(span (@(class "oi oi-rss text-warning align-right")
(title "RSS")
(aria-hidden "true"))
""))))
(table
(@ (class "table table-sm table-hover"))
,@(if (null? specs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment