hugo-tufte/layouts/partials/header.html

11 lines
432 B
HTML
Raw Normal View History

2015-12-30 03:35:20 +01:00
<head>
<title>{{ .Site.Title }} - {{ .Title }}</title>
2021-07-21 20:23:55 +02:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="description"
content="{{ with .Description }}{{ . }}{{ else }}{{ with .Summary }}{{ . }}{{ else }}{{ .Site.Params.description }}{{end }}{{ end }} ">
<link rel="canonical" href="{{ .Permalink }}" />
2015-12-30 03:35:20 +01:00
{{ partial "header.includes.html" . }}
</head>