mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-08 01:22:29 +00:00
Switch themes to minimo
This commit is contained in:
11
themes/minimo/layouts/partials/head/head.html
Normal file
11
themes/minimo/layouts/partials/head/head.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
Reference in New Issue
Block a user