Skip to content

Commit

Permalink
Delete space in title tag (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
hikaru7719 authored and EmielH committed Aug 3, 2019
1 parent 7c1febd commit 1c80328
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1c80328

Please sign in to comment.