From c7265a9bcb89980bc66acf241c014d6add54c444 Mon Sep 17 00:00:00 2001 From: Furkan Akkurt Date: Mon, 27 May 2024 19:01:41 +0300 Subject: [PATCH] Delete extra space ; Update blog.md (#2444) --- _pages/blog.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/_pages/blog.md b/_pages/blog.md index 62ce6da..d11387f 100644 --- a/_pages/blog.md +++ b/_pages/blog.md @@ -155,7 +155,10 @@ pagination:   ·   {% for tag in post.tags %} - {{ tag }}   + {{ tag }} + {% unless forloop.last %} +   + {% endunless %} {% endfor %} {% endif %} @@ -163,7 +166,10 @@ pagination:   ·   {% for category in post.categories %} - {{ category }}   + {{ category }} + {% unless forloop.last %} +   + {% endunless %} {% endfor %} {% endif %}