From 9dbd922baa921834943abb578c866cabddf03bab Mon Sep 17 00:00:00 2001 From: "Brian D. Caruso" Date: Sun, 29 Sep 2024 22:58:47 -0400 Subject: [PATCH] Change to outage banner --- browse/templates/user_banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browse/templates/user_banner.html b/browse/templates/user_banner.html index 8622c1b2..2a46a723 100644 --- a/browse/templates/user_banner.html +++ b/browse/templates/user_banner.html @@ -27,7 +27,7 @@ {%- set now=request_datetime.strftime("%Y%m%d%H%M")|int -%} {%- if now >= BANNER_START_1 and now < BANNER_END_1 -%}

🚨2024-09-29: - arxiv.org is experience DB issues. The announce tonight will be 3 hours later than usual.🚨 + arxiv.org is experience DB issues. Sunday’s papers will be available Monday morning.🚨

{%- endif -%} {%- endmacro -%}