From a40c36a19d26eb9d017700aaf266a87f8d9e7a9a Mon Sep 17 00:00:00 2001 From: "Daniel A. A. Pelsmaeker" Date: Wed, 20 Dec 2023 10:04:48 +0100 Subject: [PATCH] Add outage notification --- overrides/main.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/overrides/main.html b/overrides/main.html index ef3c7a127..ff1fc0c29 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,5 +1,11 @@ {% extends "base.html" %} + +{% block announce %} +{% include ".icons/fontawesome/solid/triangle-exclamation.svg" %} +The Spoofax artifact server is currently experiencing an outage. Therefore, Spoofax cannot be downloaded while this is ongoing.
We apologise for the inconvenience. +{% endblock %} + {% block extrahead %}