aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
blob: c0ee0a80e79d4e9ad82a5c9070fe6b24b76d553f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
{{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}}
<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"> -->
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
{{ partialCached "head/css.html" . }}