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

head.html « partials « layouts - github.com/de-souza/hugo-flex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24b71a7367ad526d71fedfacd44bfbabcb2248ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{ hugo.Generator }}
{{ if site.Params.schema }}{{ template "_internal/schema.html" . }}{{ end }}
{{ if site.Params.opengraph }}{{ template "_internal/opengraph.html" . }}{{ end }}
{{ if site.Params.twittercards }}{{ template "_internal/twitter_cards.html" . }}{{ end }}
<title>
  {{ if eq .Title site.Title }}
  {{ site.Title }}
  {{ else }}
  {{ with .Title }}{{ . }} | {{ end }}{{ site.Title }}
  {{ end }}
</title>
<link rel="canonical" href="{{ .Permalink }}">