diff --git a/_layouts/alert.html b/_layouts/alert.html
index 6f865f41..c0d8ec45 100644
--- a/_layouts/alert.html
+++ b/_layouts/alert.html
@@ -4,7 +4,7 @@ lang: en
---
{% if page.canonical != nil %}
-
+
{% endif %}
diff --git a/_layouts/base.html b/_layouts/base.html
index f7ee6745..3d7926c9 100644
--- a/_layouts/base.html
+++ b/_layouts/base.html
@@ -16,7 +16,7 @@ menu:
-
+
{% capture title %}{% translate title %}{% endcapture %}{% if title != '' %}{{ title }}{% else %}{{ page.title }}{% endif %}
{% lesscss main.less %}
diff --git a/en/rss/alerts.rss b/en/rss/alerts.rss
index 42351ef0..2dda508b 100644
--- a/en/rss/alerts.rss
+++ b/en/rss/alerts.rss
@@ -4,16 +4,16 @@
Bitcoin network status and alerts
- http://bitcoin.org/en/alerts
+ https://bitcoin.org/en/alerts
This RSS feed allows to follow events and alerts surrounding the Bitcoin network and software.
- http://bitcoin.org/img/logo_rss.png
- http://bitcoin.org/en/alerts
+ https://bitcoin.org/img/logo_rss.png
+ https://bitcoin.org/en/alerts
{% filter_for p in site.pages reversed sort_by:date category:alert %}
-
{{ p.title }}
- http://bitcoin.org{{ p.url | replace:'.html','' }}
+ https://bitcoin.org{{ p.url | replace:'.html','' }}
{{ p.date | date: "%a, %d %b %Y" }}
{% endfilter_for %}
diff --git a/en/rss/events.rss b/en/rss/events.rss
index 5ceca3d9..155d1be1 100644
--- a/en/rss/events.rss
+++ b/en/rss/events.rss
@@ -4,11 +4,11 @@
Bitcoin conferences and events
- http://bitcoin.org/en/events
+ https://bitcoin.org/en/events
This RSS feed allows to follow Bitcoin events and conferences.
- http://bitcoin.org/img/logo_rss.png
- http://bitcoin.org/en/events
+ https://bitcoin.org/img/logo_rss.png
+ https://bitcoin.org/en/events
{% filter_for p in site.pages sort_by:date category:event %}
-
diff --git a/en/rss/releases.rss b/en/rss/releases.rss
index d6c67a3e..73f06a02 100644
--- a/en/rss/releases.rss
+++ b/en/rss/releases.rss
@@ -4,16 +4,16 @@
Bitcoin-Qt releases
- http://bitcoin.org/en/version-history
+ https://bitcoin.org/en/version-history
This RSS feed allows to follow Bitcoin-Qt new releases.
- http://bitcoin.org/img/logo_rss.png
- http://bitcoin.org/en/version-history
+ https://bitcoin.org/img/logo_rss.png
+ https://bitcoin.org/en/version-history
{% filter_for p in site.pages reversed sort_by:date category:release %}
-
{{ p.title }}
- http://bitcoin.org{{ p.url | replace:'.html','' }}
+ https://bitcoin.org{{ p.url | replace:'.html','' }}
{{ p.date | date: "%a, %d %b %Y" }}
{% endfilter_for %}