From dae505579dd1eb08c6e27aba1a078b317b003df6 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 17 Jan 2022 14:52:52 +0100 Subject: [PATCH] dont pluralize --- config.toml | 1 + themes/lumbung-theme/layouts/partials/head.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 31031dc..090a5a5 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ baseURL = "https://beta.lumbung.space" languageCode = "en-gb" title = "lumbung.space" theme = "lumbung-theme" +pluralizeListTitles = "false" [params] logo = "/img/logo.svg" diff --git a/themes/lumbung-theme/layouts/partials/head.html b/themes/lumbung-theme/layouts/partials/head.html index b539c40..25e8129 100644 --- a/themes/lumbung-theme/layouts/partials/head.html +++ b/themes/lumbung-theme/layouts/partials/head.html @@ -2,7 +2,7 @@ - {{ if .IsHome }} {{ .Site.Title }} {{ else }} {{ .Title }} | {{ .Site.Title }} {{ end }} + {{ if .IsHome }} {{ .Site.Title | lower }} {{ else }} {{ .Title | lower }} | {{ .Site.Title | lower }} {{ end }} {{- if or .Description .Site.Params.description }}