- Remove unnecessary super blocks - Use simple templates - Remove pageBase variable from templates
10 lines
182 B
Text
10 lines
182 B
Text
---
|
|
title: Blank
|
|
---
|
|
{% assign pageBase = "../../" -%}
|
|
{% assign pageId = page.fileSlug -%}
|
|
{% layout "hippie/simple.liquid" %}
|
|
|
|
{% block body %}
|
|
<!-- {{ title }} -->
|
|
{% endblock %}
|