feat: Change usage of templates

- Remove unnecessary super blocks
- Use simple templates
- Remove pageBase variable from templates
This commit is contained in:
sthag 2026-02-16 00:26:58 +01:00
parent 78a761f9cf
commit 0daf19bd87
7 changed files with 12 additions and 17 deletions

View file

@ -3,7 +3,7 @@ title: Blank
---
{% assign pageBase = "../../" -%}
{% assign pageId = page.fileSlug -%}
{% layout "hippie/full.liquid" %}
{% layout "hippie/simple.liquid" %}
{% block body %}
<!-- {{ title }} -->