feat: Update ui screens
Separate script and assets block.
This commit is contained in:
parent
6a717b7ab8
commit
92f3c4f81f
6 changed files with 23 additions and 9 deletions
|
|
@ -3,7 +3,6 @@ title: Intro
|
|||
tags:
|
||||
- game
|
||||
---
|
||||
|
||||
{% assign bodyClass = 'body_intro' -%}
|
||||
{% layout 'hippie/app.liquid' %}
|
||||
|
||||
|
|
@ -46,9 +45,13 @@ tags:
|
|||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{%- block script %}
|
||||
{% block assets %}
|
||||
{{ block.super -}}
|
||||
<script src="/js/intro.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
{%- block script %}
|
||||
{{ block.super -}}
|
||||
<script>
|
||||
//let intro = new Intro('Intro');
|
||||
//intro.init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue