From d215653f5e69a63a39bb5083a7d27e49bd5c1c98 Mon Sep 17 00:00:00 2001 From: Cyrus Yip <60951091+CyrusYip@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:18:07 +0800 Subject: [PATCH] style: only add delimiters between categories --- assets/sass/_partial/_post/_header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/sass/_partial/_post/_header.scss b/assets/sass/_partial/_post/_header.scss index 58efdda8..b2f70a19 100644 --- a/assets/sass/_partial/_post/_header.scss +++ b/assets/sass/_partial/_post/_header.scss @@ -63,7 +63,7 @@ display: inline; a { - &::before { + &:not(:first-child)::before { content: "ยท"; } }