Use blog layout for alerts with clear RSS feeds

This commit is contained in:
Saivann 2015-07-04 13:15:29 -04:00
parent a1b7f4f533
commit 7748504b94
No known key found for this signature in database
GPG key ID: 5780F5D31B5577B0
4 changed files with 31 additions and 15 deletions

View file

@ -8,8 +8,13 @@ id: alerts
title: Network status and alerts - Bitcoin
---
<link rel="alternate" type="application/rss+xml" href="/en/rss/alerts.rss" title="Bitcoin network status and alerts">
<div class="alerttext">
<h1>Network status and alerts<a type="application/rss+xml" href="/en/rss/alerts.rss"><img src="/img/icons/icon_rss.svg" alt="rss" class="rssicon"></a></h1>
<h1>Network status and alerts</h1>
<p class="summary">Stay aware of network alerts by <a href="/en/rss/alerts.rss">subscribing to the RSS feed</a> <a type="application/rss+xml" href="/en/rss/alerts.rss"><img src="/img/icons/icon_rss.svg" alt="rss" class="rssicon"></a></p>
<div>
{% if site.STATUS == 0 %}
<div class="alertstatusinactive">There is no ongoing event on the Bitcoin network.</div>
{% else %}