|
@@ -2,6 +2,7 @@
|
|
<meta charset="UTF-8" />
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="content-language" content="en-us" />
|
|
<meta http-equiv="content-language" content="en-us" />
|
|
<meta name="author" content="{{ .Site.Params.Author }}" />
|
|
<meta name="author" content="{{ .Site.Params.Author }}" />
|
|
|
|
+ <meta name="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.SiteDescription }}{{ end }}" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="pgpkey authn" href="/.well-known/apisnecros.txt" />
|
|
<link rel="pgpkey authn" href="/.well-known/apisnecros.txt" />
|
|
{{- $title := print .Title " - " .Site.Title }}
|
|
{{- $title := print .Title " - " .Site.Title }}
|