From ac6c8c857bc24da4217df0c626d5d0429cca8a79 Mon Sep 17 00:00:00 2001 From: vimux Date: Sun, 10 Mar 2019 12:38:56 -0400 Subject: [PATCH] Add "title" block --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index cfd14af..d0cc125 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,7 +3,7 @@ - {{ if not .IsHome }}{{ .Title }} | {{ end }}{{ .Site.Title }} + {{ block "title" . }}{{ if not .IsHome }}{{ .Title }} | {{ end }}{{ .Site.Title }}{{ end }} {{- if .Site.Params.opengraph }}