From 5b03f34a7970a79f0ecd6ec4124fcf949b7fb533 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sun, 20 Oct 2024 22:02:19 +0200 Subject: [PATCH] fix: :adhesive_bandage: add missing centering argument --- src/posts.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts.njk b/src/posts.njk index 3e021b1..9da483b 100644 --- a/src/posts.njk +++ b/src/posts.njk @@ -16,7 +16,7 @@ pagination:

{{ post.data.title }}

{%- 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 }) }}
{% if post.data.image and post.data.image.src != '' %}