From 4d2b5be75cbe7ad0948d7cdf4b6bb9a73daece02 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 15 Nov 2020 20:05:46 -0300 Subject: Replace spaces by dashes in categories ids and links --- _includes/categories.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/categories.html b/_includes/categories.html index 23affcf..10a9433 100644 --- a/_includes/categories.html +++ b/_includes/categories.html @@ -19,8 +19,8 @@ {% assign unique_categories = categories | sort | uniq %} {% for category in unique_categories %} {% assign feed_link = "feed." | append:include.kind | append:"-by-category." | append:page.lang | append:"." | append:category | append:".atom" | replace:" ", "-" %} -

- {{ category }} +

+ {{ category }} {{ site.t.alt.atom[page.lang] }} -- cgit v1.2.3