diff --git a/_includes/space-status-mobile.html b/_includes/space-status-mobile.html index bca9ec77650ec04f848b62de26436217fc559377..26d6dc4d89bb67f82d3efc59af195dc42ee7babb 100644 --- a/_includes/space-status-mobile.html +++ b/_includes/space-status-mobile.html @@ -18,7 +18,7 @@ {%- assign show_m = 2 -%} {%- for m in site.maintenance -%} - {%- capture m_start_plus %}{{m.eventdate | date: '%s' | minus: 259200 }}{%- endcapture -%} + {%- capture m_start_plus %}{{m.eventdate | date: '%s' | minus: 172800 }}{%- endcapture -%} {%- capture m_start %}{{m.eventdate | date: '%s' }}{%- endcapture -%} {%- if m_start_plus < nowunix and m_start > nowunix and show_m > 1 -%} <div id="maintenance_soon_mobile" style="margin-top: 5px;"> diff --git a/_includes/space-status.html b/_includes/space-status.html index f2d96cddc166dd8865d87e24aad8ae0c0d1eee4d..aef0ed552623dbe4601eb37f54d5dcff161e240e 100644 --- a/_includes/space-status.html +++ b/_includes/space-status.html @@ -15,7 +15,7 @@ </div> {%- assign show_m = 2 -%} {%- for m in site.maintenance -%} - {%- capture m_start_plus %}{{m.eventdate | date: '%s' | minus: 259200 }}{%- endcapture -%} + {%- capture m_start_plus %}{{m.eventdate | date: '%s' | minus: 172800 }}{%- endcapture -%} {%- capture m_start %}{{m.eventdate | date: '%s' }}{%- endcapture -%} {%- if m_start_plus < nowunix and m_start > nowunix and show_m > 1 -%} <div id="maintenance_soon" style="margin-top: 5px;">