[tor-commits] [metrics-web/master] Adds a link to the ATOM feed to the News page
karsten at torproject.org
karsten at torproject.org
Wed Mar 21 15:50:58 UTC 2018
commit 82e089646a7af66ff3ed1937fac034ea25398356
Author: Iain R. Learmonth <irl at fsfe.org>
Date: Tue Mar 20 18:53:21 2018 +0000
Adds a link to the ATOM feed to the News page
---
src/main/resources/web/jsps/news.jsp | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/main/resources/web/jsps/news.jsp b/src/main/resources/web/jsps/news.jsp
index c0972a0..abde1e0 100644
--- a/src/main/resources/web/jsps/news.jsp
+++ b/src/main/resources/web/jsps/news.jsp
@@ -13,6 +13,11 @@
</div>
<div class="container">
+ <div class="pull-right">
+ <a href="/news.atom" title="Subscribe">
+ <i class="fa fa-2x fa-rss-square"></i>
+ </a>
+ </div>
<h1>News <a href="#news" name="news" class="anchor">#</a></h1>
<p>You're a journalist or more generally a person who wants to know what's going on in the Tor network? We're collecting unusual events in the Tor network together with any insights we have into what we think has happened.</p>
</div>
More information about the tor-commits
mailing list