From 813e1157d91a3e34c4011f7171343bf1cbb26cd9 Mon Sep 17 00:00:00 2001 From: Kazuki Suda Date: Sat, 19 May 2018 02:44:52 +0900 Subject: [PATCH] Fix no title elements in HTML fo all pages (#8529) --- layouts/partials/head.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ab2a422b31..a8309738ba 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,4 +1,5 @@ +{{ if .Title }}{{ .Title }} - {{ end }}{{ .Site.Title }} @@ -29,4 +30,4 @@ crossorigin="anonymous"> {{ with .Params.js }}{{ range (split . ",") }} -{{ end }}{{ else }}{{ end }} \ No newline at end of file +{{ end }}{{ else }}{{ end }}