From 6eaee034d1e166e3ee7fee1a9ad9e32883bc6ba5 Mon Sep 17 00:00:00 2001 From: eabneka <115128033+eabneka@users.noreply.github.com> Date: Tue, 23 Apr 2024 00:06:53 +0900 Subject: [PATCH] Remove redundant downcase from _layouts/categories.html (#4531) --- _layouts/categories.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/categories.html b/_layouts/categories.html index f5448a29..ec9a6980 100644 --- a/_layouts/categories.html +++ b/_layouts/categories.html @@ -29,7 +29,7 @@ layout: archive {% for i in (1..categories_max) reversed %} {% for category in site.categories %} {% if category[1].size == i %} -
+

{{ category[0] }}

{% for post in category.last %}