Uptime kuma status page and footer icon
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
{% unless site.atom_feed.hide %}
|
||||
<li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>
|
||||
{% endunless %}
|
||||
|
||||
<li><a href="/status/" rel="nofollow noopener noreferrer"><img src="https://uptime.steffenillium.de/api/badge/2/status" alt="System Status"></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
16
status.md
Normal file
16
status.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
layout: single
|
||||
author_profile: false
|
||||
title: "Status Page"
|
||||
canonical_url: "https://steffenillium.de/status/"
|
||||
permalink: "/status/"
|
||||
---
|
||||
|
||||
<iframe
|
||||
src="https://uptime.steffenillium.de/status/system"
|
||||
frameborder="0"
|
||||
width="100%"
|
||||
height="800px"
|
||||
allowtransparency="yes"
|
||||
style="border: none; display: block; margin: 0 auto;"
|
||||
></iframe>
|
Reference in New Issue
Block a user