diff --git a/page/status-page.md b/page/status-page.md index b84c14a..fba959e 100644 --- a/page/status-page.md +++ b/page/status-page.md @@ -1,26 +1,42 @@ --- -# Use the following variables to set the Current Status section in this page and the homepage preview -# Set `type` to control the position and color of the homepage preview: -# - "info": bottom of the page, no color -# - "warning": top of the page, yellow -# - "danger": top of the page, red -# The `title` is not displayed in the homepage preview for 'info' type type: "info" title: "All Systems Operational" content: "No ongoing incidents - all services are functioning as expected." outline: [2, 3] --- + # Status Page +This page provides the latest status updates for all *.geo.admin.ch web services, including ongoing incidents and a history of past events. + ## Current Status {{ { 'info': '✅', 'warning': '⚠️', - 'danger': '❌' + 'danger': '🚨' }[$frontmatter.type] || '' }} **{{ $frontmatter.title }}**: {{ $frontmatter.content }}