This commit is contained in:
parent
e7540c7e6b
commit
dae505579d
@ -2,6 +2,7 @@ baseURL = "https://beta.lumbung.space"
|
|||||||
languageCode = "en-gb"
|
languageCode = "en-gb"
|
||||||
title = "lumbung.space"
|
title = "lumbung.space"
|
||||||
theme = "lumbung-theme"
|
theme = "lumbung-theme"
|
||||||
|
pluralizeListTitles = "false"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
logo = "/img/logo.svg"
|
logo = "/img/logo.svg"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<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 }}
|
{{- if or .Description .Site.Params.description }}
|
||||||
<meta name="description" content="{{ .Description | default .Site.Params.description }}">
|
<meta name="description" content="{{ .Description | default .Site.Params.description }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user