aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
blob: 0e445ee6f15edf9aac4fa84ab77cf02991e8810b (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">
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
<link rel="micropub" href="https://neonxp.ru/micropub">
{{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}}/tree/">
{{end}}
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
{{ partialCached "head/css.html" . }}
{{ partialCached "head/js.html" . }}