From 670c14508a3630877edebea624c8f7e89a58bdf5 Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Sat, 3 Apr 2021 16:27:47 +0100 Subject: [PATCH] Leave topics as is instead of lowercasing --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 31e0cd0..ebae4e9 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,7 +5,7 @@
{{ with .Site.Params.Description }}{{.}}{{ end }} - {{ with .Site.Params.Topics }}{{ delimit . " & " | lower }}{{ end }} + {{ with .Site.Params.Topics }}{{ delimit . " & " }}{{ end }}