Try some different Liquid

This commit is contained in:
Adam Hollett
2016-12-19 10:00:27 -05:00
parent 9745bf309e
commit 4a6de520db
2 changed files with 1 additions and 3 deletions

View File

@@ -45,7 +45,7 @@
<span aria-hidden="true">{% include icons/three-bars.svg %}</span>
<span>Menu</span>
</button>
{% unless hide_title %}<h1>{{ page.title }}</h1>{% endunless %}
{% if page.title %}<h1>{{ page.title }}</h1>{% endif %}
{{ content }}
</div>
</main>

View File

@@ -1,7 +1,5 @@
---
layout: default
title: Index
hide_title: true
description: Documentation for the Liquid template language, created by Shopify.
---