From 78a761f9cf4d1e162292749c40ec84aefcacd187 Mon Sep 17 00:00:00 2001 From: sthag Date: Sun, 15 Feb 2026 23:11:33 +0100 Subject: [PATCH] feat: Change template for 10print screen --- source/screens/demo/examples/10print.liquid | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 -}}