aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
blob: ff8a8decf069ac51437d9cbfcdf2fc513bd5caaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{if .Params.gomod}}
<meta name="go-import" content="neonxp.ru/go/{{ .Params.Name }} git {{ .Params.Repository }}">
<meta name="go-source" content="neonxp.ru/go/{{ .Params.Name }} {{ .Params.Repository }} {{ .Params.Repository }}/tree/{/dir} {{ .Params.Repository }}/tree/master{/dir}/{file}#n{line}">
{{end}}
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}

<link rel="icon" type="image/png" href="/img/favicon.webp">
<link type="text/plain" rel="author" href="https://neonxp.ru/humans.txt" />
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
{{ partialCached "head/css.html" . }}