diff --git a/_layouts/alert.html b/_layouts/alert.html
index d1f79625..469270f1 100644
--- a/_layouts/alert.html
+++ b/_layouts/alert.html
@@ -11,8 +11,22 @@ lang: en
{% endif %}
-
-
{{ page.title }}{{ page.date | date:"%e %B %Y" }}
- {{ content }}
+
+
+
+
+
+
+
+
+ {{ content }}
+
+
-
Go back to the network alerts history
diff --git a/_layouts/post.html b/_layouts/post.html
index 001c4e38..857cff05 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -8,7 +8,7 @@ lang: en
diff --git a/_less/screen.less b/_less/screen.less
index 2c2e257c..d2f0b1bb 100644
--- a/_less/screen.less
+++ b/_less/screen.less
@@ -967,7 +967,6 @@ br.clear {
}
.subhead-links {
font-size: 85%;
- height: 18px;
}
div.post {
@@ -1772,14 +1771,11 @@ h2 .rssicon{
text-align:left;
}
-.alerttext{
- margin-bottom:40px;
-}
-.alerttext h1{
- text-align:left;
-}
-.alerttext img+h1{
- margin-left:54px;
+.alerttitle img{
+ display:block;
+ margin:auto;
+ width:42px;
+ height:42px;
}
.alertstatusinactive{
font-size:130%;
diff --git a/_plugins/alerts.rb b/_plugins/alerts.rb
index 3b92c5a3..ec01ad74 100644
--- a/_plugins/alerts.rb
+++ b/_plugins/alerts.rb
@@ -30,6 +30,7 @@ module Jekyll
self.read_yaml(File.join(base, srcdir), src)
self.data['lang'] = lang
self.data['date'] = date
+ self.data['path'] = srcdir+'/'+src
self.data['layout'] = 'alert'
if dstdir == ''
self.data['canonical'] = '/en/alert/' + src.split('.')[0]
diff --git a/en/alerts.html b/en/alerts.html
index bb0ad1c7..fac41c1f 100644
--- a/en/alerts.html
+++ b/en/alerts.html
@@ -8,8 +8,13 @@ id: alerts
title: Network status and alerts - Bitcoin
---
-
-
Network status and alerts
+
+
+
Network status and alerts
+
+
Stay aware of network alerts by subscribing to the RSS feed
+
+
{% if site.STATUS == 0 %}
There is no ongoing event on the Bitcoin network.
{% else %}
diff --git a/en/blog.html b/en/blog.html
index db5d0b65..e2f64012 100644
--- a/en/blog.html
+++ b/en/blog.html
@@ -14,7 +14,7 @@ id: site-blog
Bitcoin.org Site Blog
-
Discover what's new on Bitcoin.org or subscribe to the RSS feed
+
Discover what's new on Bitcoin.org or subscribe to the RSS feed
{% for post in site.posts %}