From 5574919a5d5bec4cc61b87b250855db922453d0f Mon Sep 17 00:00:00 2001 From: giteaadmin Date: Mon, 25 Aug 2025 01:14:15 -0400 Subject: [PATCH] style: improve layout of post metadata for better responsiveness --- src/_includes/post.njk | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/_includes/post.njk b/src/_includes/post.njk index a31a4d1..536889f 100644 --- a/src/_includes/post.njk +++ b/src/_includes/post.njk @@ -11,12 +11,16 @@ layout: "layout.njk" {% endif %}

{{ title }}

-
- -

Published on {{ date | readableDate }}

- | - - ... +
{{ content | safe }}