diff --git a/_layouts/default.html b/_layouts/default.html index 41823548..00c9b0da 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -45,7 +45,7 @@ Menu - {% unless hide_title %}

{{ page.title }}

{% endunless %} + {% if page.title %}

{{ page.title }}

{% endif %} {{ content }} diff --git a/index.md b/index.md index 6e234395..1cf19758 100644 --- a/index.md +++ b/index.md @@ -1,7 +1,5 @@ --- layout: default -title: Index -hide_title: true description: Documentation for the Liquid template language, created by Shopify. ---