mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
15 lines
515 B
HTML
15 lines
515 B
HTML
---
|
|
layout: base
|
|
lang: en
|
|
---
|
|
{% if page.canonical != nil %}
|
|
<script>window.location.href='{{ page.canonical }}';</script>
|
|
<link rel="canonical" href="https://bitcoin.org{{ page.canonical }}"/>
|
|
{% endif %}
|
|
|
|
<link rel="alternate" type="application/rss+xml" href="/en/rss/alerts.rss" title="Bitcoin network status and alerts">
|
|
<div class="alerttext">
|
|
<h1>{{ page.title }}<br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
|
|
{{ content }}
|
|
</div>
|
|
<a href="/en/alerts">Go back to the network alerts history</a>
|