diff --git a/src/_includes/page.liquid b/src/_includes/page.liquid index 9aee469..a658fac 100644 --- a/src/_includes/page.liquid +++ b/src/_includes/page.liquid @@ -1,9 +1,6 @@
- {% if subpage.data.img %} - {{subpage.data.img.alt}} - {% endif %} {% if subpage.data.showTitle != false %} -

{{ subpage.data.title }}

+

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

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