diff --git a/source/screens/demo/examples/ui/cli.njk b/source/screens/demo/examples/ui/cli.njk index 88c59f4..1e59f33 100755 --- a/source/screens/demo/examples/ui/cli.njk +++ b/source/screens/demo/examples/ui/cli.njk @@ -31,6 +31,4 @@ tags: {%- block script %} {{ super() }} - - {% endblock %} \ No newline at end of file diff --git a/source/screens/demo/examples/ui/explorer.njk b/source/screens/demo/examples/ui/explorer.njk index 6bdfc8c..d277943 100755 --- a/source/screens/demo/examples/ui/explorer.njk +++ b/source/screens/demo/examples/ui/explorer.njk @@ -182,6 +182,4 @@ tags: {%- block script %} {{ super() }} - - {% endblock %} \ No newline at end of file diff --git a/source/screens/demo/examples/ui/new.njk b/source/screens/demo/examples/ui/new.njk index 4b5ae8f..8a898d6 100755 --- a/source/screens/demo/examples/ui/new.njk +++ b/source/screens/demo/examples/ui/new.njk @@ -48,8 +48,6 @@ tags: {%- block script %} {{ super() }} - - - {% endblock %} \ No newline at end of file diff --git a/source/style/hippie-style b/source/style/hippie-style index 36919ca..fb1bd80 160000 --- a/source/style/hippie-style +++ b/source/style/hippie-style @@ -1 +1 @@ -Subproject commit 36919cae478551ac284fa05ebddf3c5b5e040154 +Subproject commit fb1bd808a0eac6b1031d1bf9f68487eb257053ff diff --git a/source/templates/hippie/_app.njk b/source/templates/hippie/_app.njk index d48d4bf..f467956 100755 --- a/source/templates/hippie/_app.njk +++ b/source/templates/hippie/_app.njk @@ -9,7 +9,7 @@ {%- block title %}{% endblock %}{{ hippie.titlePostfix }} {% block meta %} - {% include "hippie/partials/_head_meta.njk" %} + {% include "hippie/partials/_head_meta.njk" %} {% endblock %} @@ -24,6 +24,28 @@ {% block script %} + + + {% endblock %} \ No newline at end of file