diff --git a/source/screens/demo/examples/10print.liquid b/source/screens/demo/examples/10print.liquid index 9f2778b..8486ef3 100644 --- a/source/screens/demo/examples/10print.liquid +++ b/source/screens/demo/examples/10print.liquid @@ -3,8 +3,7 @@ title: 10print tags: - demoExample --- -{% assign pageBase = "../../" -%} -{% layout "hippie/full.liquid" %} +{% layout "hippie/simple.liquid" %} {% block head %} {{ block.super -}} @@ -16,14 +15,13 @@ tags: {% endblock %} {% block body %} - + {% endblock %} {% block script %} -{{ block.super -}}