mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 00:58:13 +00:00
12 lines
396 B
HTML
12 lines
396 B
HTML
<head>
|
|
{{ partial "head/meta" . }}
|
|
<title>{{ partial "data/title" . }}</title>
|
|
<link rel='canonical' href='{{ .Permalink }}'>
|
|
{{ with .OutputFormats.Get "RSS" }}
|
|
<link href="{{ .Permalink }}" rel="alternate" type="application/rss+xml" title="{{ $.Site.Title }}" />
|
|
{{ end }}
|
|
{{ partial "head/hreflang" . }}
|
|
{{ partial "head/includes" . }}
|
|
{{ partial "head/extra" . }}
|
|
</head>
|