mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Use blog layout for alerts with clear RSS feeds
This commit is contained in:
parent
a1b7f4f533
commit
7748504b94
4 changed files with 31 additions and 15 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue