samuel-p
61a65c3eb2
All checks were successful
continuous-integration/drone/push Build is passing
updated home added english service placeholder
10 lines
240 B
Text
10 lines
240 B
Text
---
|
|
layout: base.njk
|
|
---
|
|
<a class="float-right mt-3" href="https://status.sp-codes.de" target="_blank"><i class="fas fa-heartbeat mr-2"></i>Status</a>
|
|
|
|
{{ content | safe }}
|
|
|
|
<div class="row">
|
|
{% include 'services-extended.html' %}
|
|
</div>
|