fix: 🩹 add missing centering argument

This commit is contained in:
Sebin Nyshkim 2024-10-20 22:02:19 +02:00
parent b7be3c56bc
commit 5b03f34a79

View file

@ -16,7 +16,7 @@ pagination:
<h1>{{ post.data.title }}</h1>
<div class="not-prose">
{%- from 'postmeta.macro.njk' import postmeta %}
{{ postmeta({ date: post.date, author: post.data.author, content: post.content}) }}
{{ postmeta({ date: post.date, author: post.data.author, content: post.content, center: false }) }}
</div>
{% if post.data.image and post.data.image.src != '' %}