feat: Move files
- Template app is now part of hippie and not demo anymore - Update includes - Settings module is now called frame
This commit is contained in:
parent
0a27169a1b
commit
24efcefab3
9 changed files with 101 additions and 62 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!-- demo.app.template -->
|
||||
<!-- app.template -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="de" class="{{ pageClass }}" id="{{ pageId }}">
|
||||
<head>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
{%- block title %}{% endblock %}{{ hippie.titlePostfix }}</title>
|
||||
|
||||
{% block meta %}
|
||||
{% include "demo/partials/_meta.njk" %}
|
||||
{% include "hippie/partials/_head_meta.njk" %}
|
||||
<base href="/">
|
||||
{% endblock %}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue