We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9426d8d commit 0575dfdCopy full SHA for 0575dfd
docs/status/icon.md
@@ -1,10 +1,11 @@
1
---
2
# renders the svg alone
3
+layout:
4
5
{%- if site.data.status.current.type == "good" -%}
6
{%- include status_good.svg -%}
7
{%- elsif site.data.status.current.type == "warning" -%}
8
{%- include status_warning.svg -%}
9
{%- elsif site.data.status.current.type == "critical" -%}
10
{%- include status_critical.svg -%}
-{%- endif -%}
11
+{%- endif -%}
0 commit comments