- Add title to full template - Remove unnecessary title from screens - Change CRLF to LF
10 lines
181 B
Text
10 lines
181 B
Text
---
|
|
title: Blank
|
|
---
|
|
{% assign pageBase = "../../" -%}
|
|
{% assign pageId = page.fileSlug -%}
|
|
{%- layout "hippie/full.liquid" %}
|
|
|
|
{% block body %}
|
|
<!-- {{ title }} -->
|
|
{% endblock %}
|