mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add RSS icon to individual alert pages
This commit is contained in:
parent
af4cbf4c39
commit
a1b7f4f533
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue