From 32df60e80183dc0f6c0c3be26c990fc5c9a3f385 Mon Sep 17 00:00:00 2001 From: Thunder33345 Date: Sun, 30 Apr 2023 21:34:08 +0800 Subject: [PATCH 1/2] moved `::` decoration position this hides it if there's no post author to show --- layouts/_default/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 6a469bd..6dde597 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -13,11 +13,11 @@
{{ if .Date }} {{ end }} {{ with .Params.Author }} - + :: {{ end }}
From 823168e161fa8a0eebc7ef7a399c29a7d94842f4 Mon Sep 17 00:00:00 2001 From: Thunder33345 Date: Sun, 30 Apr 2023 21:44:59 +0800 Subject: [PATCH 2/2] changed decorators for single --- layouts/_default/single.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index f85fc5d..4485c64 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -6,14 +6,14 @@