Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 438 Bytes

currentdata.md

File metadata and controls

27 lines (22 loc) · 438 Bytes
layout
index

Current data

All listed outages:

{%- if site.data.outages.size > 0 %}
---
{% for item in site.data.outages -%}
{% include outage_announce_item.yaml item=item %}
{% endfor -%}
{% endif -%}

All listed announcements:

{%- if site.data.announcements.size > 0 %}
---
{% for item in site.data.announcements -%}
{% include outage_announce_item.yaml item=item %}
{% endfor -%}
{% endif -%}