forked from bitcoin-dot-org/Bitcoin.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalert.html
More file actions
66 lines (56 loc) · 2 KB
/
Copy pathalert.html
File metadata and controls
66 lines (56 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base
end_of_page: |
<script>updateToc();</script>
<script>boxShow();</script>
<script>onScrollButton();</script>
## Note: global variables like page.lang must be set in _config.yml for collections
---
{% 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="subhead-links">
<div class="container">
<a href="/en/alerts">Network alerts history</a>
|
<a type="application/rss+xml" href="/en/rss/alerts.rss">
<img src="/img/icons/header_rss.svg?{{site.time | date: '%s'}}" alt="rss" class="rssicon"> Subscribe to RSS feed</a>
|
<a href="https://github.com/bitcoin-dot-org/bitcoin.org/commits/master/{{page.path|uri_escape}}">Post history</a>
|
<a href="https://github.com/bitcoin-dot-org/bitcoin.org/issues/new?body=Source%20File%3A%20{{page.path|uri_escape}}%0A%0A">Report issue</a>
</div>
</div>
<div class="hero">
<div class="container hero-container">
<h1 class="post-title alerttitle">{{ page.title }}</h1>
<p class="summary">{{ page.date | date:"%e %B %Y" }}</p>
{% include helpers/hero-social.html %}
</div>
</div>
<div class="toc-container">
<div class="row toc-row">
{% if page.show_toc %}
<div id="toc" class="toc">
<div>
<button class="mob-sidebar-open" hidden>ALL TOPICS</button>
<div class="sidebar">
<div class="sidebar-inner" markdown="1">
<button class="mob-sidebar-close" hidden></button>
{% include helpers/toc.html html=content %}
</div>
</div>
</div>
</div>
{% endif %}
<div class="toccontent">
<article class="article">
{{ content }}
</article>
</div>
</div>
</div>