Fix wrong date field

This commit is contained in:
MG-5 2023-10-20 15:24:54 +02:00
parent cc9233c0e5
commit 805680a4d9

View file

@ -8,7 +8,7 @@ layout: default
<div class="feature-image-padding"></div> <div class="feature-image-padding"></div>
{% else %} {% else %}
<h1 id="{{ page.title | cgi_escape }}" class="title">{{ page.title }}</h1> <h1 id="{{ page.title | cgi_escape }}" class="title">{{ page.title }}</h1>
{% include blog/post_info.liquid author=page.author date=page.date %} {% include blog/post_info.liquid author=page.author date=page.event_date %}
{% endif %} {% endif %}
</div> </div>
</header> </header>