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
|
|
@ -1,12 +0,0 @@
|
|||
<!-- demo.maintenance.template -->
|
||||
{% extends "hippie/_maintenance.njk" %}
|
||||
|
||||
{% block meta %}
|
||||
{% include "demo/partials/_meta.njk" %}
|
||||
<base href="/">
|
||||
{% endblock %}
|
||||
|
||||
{% block links %}
|
||||
{{ super() }}
|
||||
<link rel="stylesheet" type="text/css" media="all" href="{{ pageBase }}css/demo_basic.css"/>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue