feat: Replace status screens with liquid versions
- maintenance.njk is now a single status.liquid - All status screens use liquid - Simplify structure
This commit is contained in:
parent
b7b1d15456
commit
5f8e048c84
22 changed files with 203 additions and 268 deletions
13
source/screens/demo/pages/maintenance.liquid
Normal file
13
source/screens/demo/pages/maintenance.liquid
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: Maintenance
|
||||
---
|
||||
{% assign pageBase = "../../" -%}
|
||||
{% assign pageClass = "h_full_view" %}
|
||||
{%- layout "hippie/status.liquid" %}
|
||||
|
||||
{% block body %}
|
||||
<hgroup id="root" class="txt_center">
|
||||
<h1 class="txt_hero txt_gradient">HIPPIE</h1>
|
||||
<p>Diese Seite wird gerade gewartet.</p>
|
||||
</hgroup>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue