fix: 🩹 add missing centering argument
This commit is contained in:
parent
b7be3c56bc
commit
5b03f34a79
1 changed files with 1 additions and 1 deletions
|
@ -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 != '' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue