mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Add logic to hide page title on index
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<span aria-hidden="true">{% include icons/three-bars.svg %}</span>
|
||||
<span>Menu</span>
|
||||
</button>
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% unless hide_title %}<h1>{{ page.title }}</h1>{% endunless %}
|
||||
{{ content }}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user