From 7f0a1245a4d27a385718f3a82aa1b2ae4f685e24 Mon Sep 17 00:00:00 2001 From: erciccione Date: Thu, 28 Nov 2019 10:55:43 +0100 Subject: [PATCH] remove 'Warning' banner --- _includes/warning.html | 7 ------- _layouts/base.html | 1 - 2 files changed, 8 deletions(-) delete mode 100644 _includes/warning.html diff --git a/_includes/warning.html b/_includes/warning.html deleted file mode 100644 index 60892ded..00000000 --- a/_includes/warning.html +++ /dev/null @@ -1,7 +0,0 @@ -
- -
-

Warning: The binaries listed on this page were compromised for a short time. Users are suggested to take action. Please click here for details.

-
- - diff --git a/_layouts/base.html b/_layouts/base.html index 961da791..da72e2fb 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -4,7 +4,6 @@ {% include head.html %} - {% include warning.html %}
{% include header.html %} {{content}}