feat: Remove pageBase from liquid templates

- Remove pageBase global from all liquid templates
- Change " to ' for all liquid tags
This commit is contained in:
sthag 2026-02-21 12:58:31 +01:00
parent d64bf61a9c
commit 2d3c049d40
38 changed files with 86 additions and 110 deletions

View file

@ -1,9 +1,8 @@
---
title: Maintenance
---
{% assign pageBase = "../../" -%}
{% assign pageClass = "h_full_view" -%}
{% layout "hippie/status.liquid" %}
{% assign pageClass = 'h_full_view' -%}
{% layout 'hippie/status.liquid' %}
{% block body %}
<hgroup id="root" class="txt_center">