From 49fe0f1190fb99373bc0abc826e94fe0db744921 Mon Sep 17 00:00:00 2001 From: Simmo Saan Date: Sun, 16 Oct 2022 11:08:42 +0300 Subject: [PATCH] Slugify tag and category links --- _layouts/post.html | 4 ++-- blog/index.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index cd95734eddd7..f571c65efa44 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -23,7 +23,7 @@

{{ page.title }}

{%- if tags != "" %}   ·   {% for tag in page.tags -%} - + {{ tag }}   {% endfor -%} {% endif %} @@ -31,7 +31,7 @@

{{ page.title }}

{%- if categories != "" %}   ·   {% for category in page.categories -%} - + {{ category }}   {% endfor -%} {% endif %} diff --git a/blog/index.html b/blog/index.html index 2cdce8b6c2ce..35aaaa0bdd58 100644 --- a/blog/index.html +++ b/blog/index.html @@ -25,7 +25,7 @@

{{ site.blog_description }}