diff --git a/_layouts/default.html b/_layouts/default.html index 4182354..00c9b0d 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 6e23439..1cf1975 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. ---