From 6fae65db3f11aad033c96dc4fdcddb942191620d Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Tue, 12 May 2015 21:21:45 +0200 Subject: [PATCH] Try to get things correctly --- _includes/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 43049e6..9375fc8 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -9,7 +9,7 @@ {% elsif category[0] contains "final fantasy" %} {{ category[0] | capitalize_all | replace:'Xi','XI' | replace:'v','V'}} {% else %} - {{ category[0] | capitalize_all }} + {{ category[0] | capitalize_all | replace: 'suse', 'SUSE' }} {% endif %} {% endcategorylink %} {% endfor %}