Mercurial > p > roundup > code
diff website/issues/html/page.html @ 6229:461a322a79af
issue2551085 - add rss feed
https://issues.roundup-tracker.org/issue2551085
add rss generating detector, add link for rss feed to page.html
so browser rss feed autodetect will work.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 02 Jul 2020 23:28:06 -0400 |
| parents | 7146b68ac263 |
| children | dd81e0beafdb |
line wrap: on
line diff
--- a/website/issues/html/page.html Thu Jul 02 21:41:12 2020 -0400 +++ b/website/issues/html/page.html Thu Jul 02 23:28:06 2020 -0400 @@ -12,6 +12,9 @@ </script> <metal:x define-slot="more-javascript" /> +<link rel="alternate" type="application/rss+xml" + tal:attributes="href string:${request/base}@@file/rss.xml" + title="Publicly available tracker feed."> </head> <body tal:define="
