From dd411dd1cd28aaefb2626da25cd05739c3b0bbe9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Feb 2018 04:52:15 +0300 Subject: slugify categories instead of lowercasing them --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index b01892f..69bd4db 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,7 +2,7 @@

{{ page.title }}

-

 Posted on {{ page.date | date_to_long_string }}{% if page.category %} in  {{ page.category }}{% endif %}

+

 Posted on {{ page.date | date_to_long_string }}{% if page.category %} in  {{ page.category }}{% endif %}

{{ content }}
-- cgit v1.2.3