refactor: Move script parts around
- Run setup function in global script - Move common script assets to hippie main template - Remove unused scrcipt from components page
This commit is contained in:
parent
6cfe5b21e1
commit
8942dc3632
10 changed files with 17 additions and 52 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<!-- default.template -->
|
||||
{% import "hippie/macros/_log.njk" as log %}
|
||||
{# {% if hippie.debugMode %} #}
|
||||
{% import "hippie/macros/_log.njk" as log %}
|
||||
{# {% endif %} #}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="de" class="{{ pageClass }}" id="{{ pageId }}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue