This commit is contained in:
Ole Eskild Steensen 2022-10-24 12:58:17 +02:00
parent de6b6305df
commit 43d0d01b61

View File

@ -8,7 +8,7 @@
{%include "components/notegrowthhistory.njk"%}
<div class="content">
{% if collections.gardenEntry[0].dgShowInlineTitle === true %}
{% if collections.gardenEntry[0].data.dgShowInlineTitle === true %}
<h1>{{ collections.gardenEntry[0].fileSlug }}</h1>
{% endif %}
{%- for garden in collections.gardenEntry -%}