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
+1 -1
View File
@@ -45,7 +45,7 @@
<span aria-hidden="true">{% include icons/three-bars.svg %}</span> <span aria-hidden="true">{% include icons/three-bars.svg %}</span>
<span>Menu</span> <span>Menu</span>
</button> </button>
{% unless hide_title %}<h1>{{ page.title }}</h1>{% endunless %} {% if page.title %}<h1>{{ page.title }}</h1>{% endif %}
{{ content }} {{ content }}
</div> </div>
</main> </main>
-2
View File
@@ -1,7 +1,5 @@
--- ---
layout: default layout: default
title: Index
hide_title: true
description: Documentation for the Liquid template language, created by Shopify. description: Documentation for the Liquid template language, created by Shopify.
--- ---