mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 04:20:10 +01:00
Fix wrong date field
This commit is contained in:
parent
cc9233c0e5
commit
805680a4d9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ layout: default
|
|||
<div class="feature-image-padding"></div>
|
||||
{% else %}
|
||||
<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 %}
|
||||
</div>
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue