Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.14 KB

index.md

File metadata and controls

21 lines (16 loc) · 1.14 KB
title
Status page

As a transparent company, we also share our incidents. Please let us know if anything is broken via our email. With us you don't see days and days with "No issues today". We just show the all incidents. No ways to trick you, we are not flawless.

Please contact us if anything is not working correctly via email or twitter

It's currently: loading...

{% assign incidents = site.incidents | sort: "date" | reverse %} {% for incident in incidents %}

{{ incident.status }} {{ incident.date | date: "%Y-%m-%d %H:%M:%S" }} UTC {{ incident.excerpt | replace: '

','' | replace: '

','' }} Read more.

{% endfor %}