Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 11efa74..b4d462f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -7,13 +7,7 @@
<meta name="description" content="{{ .Description }}">
{{- end }}
- <title>
- {{- if .IsHome }}
- {{ .Site.Title }}
- {{- else }}
- {{ .Title }} &middot; {{ .Site.Title }}
- {{- end }}
- </title>
+ <title>{{- if .IsHome }}{{ .Site.Title }}{{- else }}{{ .Title }} &middot; {{ .Site.Title }}{{- end }}</title>
<!-- CSS -->
{{- $inServerMode := .Site.IsServer }}