mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 19:26:40 +02:00
15 lines
304 B
HTML
15 lines
304 B
HTML
<head>
|
|
{{ partial "meta.html" . }}
|
|
<base href="{{ .Site.BaseUrl }}">
|
|
<title>
|
|
{{ $URL := "/" }}
|
|
{{ if eq $URL "/" }}
|
|
{{ .Site.Title }}
|
|
{{ else }}
|
|
{{ .Title }} · {{ .Site.Title }}
|
|
{{ end }}
|
|
</title>
|
|
<link rel="canonical" href="{{ .Permalink }}">
|
|
{{ partial "head_includes.html" . }}
|
|
</head>
|