dont pluralize

This commit is contained in:
cellarspoon 2022-01-17 14:52:52 +01:00
parent e7540c7e6b
commit dae505579d
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -2,7 +2,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ if .IsHome }} {{ .Site.Title }} {{ else }} {{ .Title }} | {{ .Site.Title }} {{ end }}</title>
<title>{{ if .IsHome }} {{ .Site.Title | lower }} {{ else }} {{ .Title | lower }} | {{ .Site.Title | lower }} {{ end }}</title>
{{- if or .Description .Site.Params.description }}
<meta name="description" content="{{ .Description | default .Site.Params.description }}">