diff --git a/_includes/upgrade-notice.html b/_includes/upgrade-notice.html new file mode 100644 --- /dev/null +++ b/_includes/upgrade-notice.html @@ -0,0 +1,6 @@ +
+

Prepare for the November 2020 protocol upgrade today!

+
+ All release versions 0.22.0 and later are compatible with the planned protocol upgrade that is scheduled to activate on November 15th, 2020. Update early to keep your node in sync with the Bitcoin Cash network. +
+
diff --git a/css/main.css b/css/main.css --- a/css/main.css +++ b/css/main.css @@ -690,6 +690,7 @@ background: #e9f4ff; border-radius: 12px; padding: 20px; + margin: 5px; } .btn-primary { diff --git a/releases.html b/releases.html --- a/releases.html +++ b/releases.html @@ -7,8 +7,10 @@ {% assign releases = site.data.github-releases %} {% assign latestVersion = releases[0].name %} +{% include upgrade-notice.html %} + - +

Download Bitcoin ABC {{ latestVersion }}