Add RSS icon to individual alert pages

This commit is contained in:
Saivann 2015-07-04 12:29:46 -04:00
parent af4cbf4c39
commit a1b7f4f533
No known key found for this signature in database
GPG key ID: 5780F5D31B5577B0

View file

@ -12,7 +12,7 @@ lang: en
<link rel="alternate" type="application/rss+xml" href="/en/rss/alerts.rss" title="Bitcoin network status and alerts">
<div class="alerttext">
<img src="/img/icons/warning.svg" class="alerticon" alt="warning"><h1>{{ page.title }}<br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
<img src="/img/icons/warning.svg" class="alerticon" alt="warning"><h1>{{ page.title }}<a type="application/rss+xml" href="/en/rss/alerts.rss"><img src="/img/icons/icon_rss.svg" alt="rss" class="rssicon"></a><br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
{{ content }}
</div>
<a href="/en/alerts">Go back to the network alerts history</a>