Cleanup title-generation (#3)

* Cleanup title-generation
This commit is contained in:
Kim "BKC" Carlbäcker 2016-11-14 20:17:25 +01:00 committed by GitHub
parent 5258121d2c
commit 85cea3b3e5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} - {{ .Site.Title }}{{ end }}</title>
<title>{{ if not .IsHome }}{{ .Title }} - {{ end }}{{ .Site.Title }}</title>
{{ .Hugo.Generator }}
{{ with .Params.goimport }}