From a66b8c1ecc563b7741fc775246b755266583b20c Mon Sep 17 00:00:00 2001 From: Dez Date: Sat, 3 Jul 2021 23:41:58 +0200 Subject: [PATCH] fix(posts): use existing .Site.Title parameter for title tag --- layouts/posts/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 331d3b01..e596cce5 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -1,4 +1,4 @@ -{{- define "title" }}{{ .Title }} | {{ .Site.Params.Title }}{{ end -}} +{{- define "title" }}{{ .Title }} | {{ .Site.Title }}{{ end -}} {{- define "dnsPrefetch" -}} {{- $params := .Scratch.Get "params" -}}