From 0e68648aeff8f12408ec1aaf3fe9fe0c60765d0b Mon Sep 17 00:00:00 2001 From: Sascha Date: Tue, 25 Jun 2024 20:15:56 +0900 Subject: [PATCH] change article tag design --- _layouts/post.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index a546370c..9e84ac00 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -25,8 +25,7 @@

{{ page.title }}

{% for category in page.categories %} - {{category}} - {% unless forloop.last %}{% endunless %} + {{category}} {% endfor %} | {{ page.author }}