feat!: move every layout to demo folder
- source/screens is now free for user files - rename demo templates to their equivalent sources - add demo maintenance template - demo templates use html base element
This commit is contained in:
parent
4710f41f5a
commit
c18ed30b74
23 changed files with 82 additions and 60 deletions
13
source/templates/demo/_maintenance.njk
Normal file
13
source/templates/demo/_maintenance.njk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!-- 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="css/demo.css"/> #}
|
||||
{# <link rel="stylesheet" type="text/css" media="all" href="{{ pageBase | subdir(2) }}css/demo.css"/> #}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue