Fix titles

This commit is contained in:
Nishanth Shanmugham
2015-08-25 13:35:31 -05:00
parent fa606ea39e
commit 348e1e542a
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
{{ if eq $url "/" }}
{{ .Site.Title }}
{{ else }}
{{ .Title }} · {{ .Site.Title }}
{{ if .Params.Heading }} {{ .Params.Heading }} {{ else }} {{ .Title }} {{ end }}
{{ end }}
</title>
<link rel="canonical" href="{{ .Permalink }}">