Files
cocoa-eh-hugo-theme/layouts/partials/head.html
Nishanth Shanmugham d2264ad3f3 Add all files
2015-08-24 18:28:03 -05:00

15 lines
304 B
HTML

<head>
{{ partial "meta.html" . }}
<base href="{{ .Site.BaseUrl }}">
<title>
{{ $URL := "/" }}
{{ if eq $URL "/" }}
{{ .Site.Title }}
{{ else }}
{{ .Title }} &middot; {{ .Site.Title }}
{{ end }}
</title>
<link rel="canonical" href="{{ .Permalink }}">
{{ partial "head_includes.html" . }}
</head>