From ce389cc248afde8b6ece8ddb5d74296c159af276 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 22 Apr 2024 12:18:42 +0200 Subject: [PATCH] feat: author in
element --- _layouts/post.html | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index bb3c55f..c0362b5 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,26 +9,19 @@ layout: default >
️{{ page.category }}
-
-

- {{ page.title | escape }} -

-
+

+ {{ page.title | escape }} +

+
By
+
{% if page.image or page.remote-image %} @@ -104,5 +97,7 @@ layout: default
+ - + + \ No newline at end of file