diff --git a/_layouts/default.html b/_layouts/default.html index 75c7682..4182354 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -45,7 +45,7 @@ Menu -

{{ page.title }}

+ {% unless hide_title %}

{{ page.title }}

{% endunless %} {{ content }} diff --git a/index.md b/index.md index 6d38cc1..2c95885 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,6 @@ --- layout: default -title: Liquid template language +hide_title: true description: Documentation for the Liquid template language, created by Shopify. ---