diff --git a/src/_includes/page.liquid b/src/_includes/page.liquid index 6efe1d6..43f230e 100644 --- a/src/_includes/page.liquid +++ b/src/_includes/page.liquid @@ -1,6 +1,6 @@
{% if section.data.showTitle != false %} -

{% if section.data.displayedTitle %}{{ section.data.displayedTitle }}{% else %}{{ section.data.title }}{% endif %}

+

{% if section.data.displayedTitle %}{{ section.data.displayedTitle }}{% else %}{{ section.data.title }}{% endif %}

{% endif %} {{ section.templateContent }}
\ No newline at end of file