Skip to content

Commit 0575dfd

Browse files
authored
Update icon.md
1 parent 9426d8d commit 0575dfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/status/icon.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
# renders the svg alone
3+
layout:
34
---
45
{%- if site.data.status.current.type == "good" -%}
56
{%- include status_good.svg -%}
67
{%- elsif site.data.status.current.type == "warning" -%}
78
{%- include status_warning.svg -%}
89
{%- elsif site.data.status.current.type == "critical" -%}
910
{%- include status_critical.svg -%}
10-
{%- endif -%}
11+
{%- endif -%}

0 commit comments

Comments
 (0)