Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/layouts/partials/head/head.html')
-rw-r--r--themes/layouts/partials/head/head.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/layouts/partials/head/head.html b/themes/layouts/partials/head/head.html
new file mode 100644
index 0000000..92f9da1
--- /dev/null
+++ b/themes/layouts/partials/head/head.html
@@ -0,0 +1,8 @@
+<head>
+ <title>{{.Params.title}} - {{ $.Site.Title}}</title>
+ <link rel='canonical' href='{{ .Permalink }}' />
+ {{ partial "head/meta" .}}
+ {{ partial "head/style" .}}
+ {{ template "_internal/opengraph.html" . }}
+ {{ template "_internal/schema.html" . }}
+</head>