|
@@ -8,6 +8,10 @@
|
|
|
<meta name="color-scheme" content="dark light">
|
|
|
<meta name="theme-color" content="{{$.Site.Params.accentColor}}">
|
|
|
<meta name="msapplication-TileColor" content="{{$.Site.Params.accentColor}}">
|
|
|
+ <meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}">
|
|
|
+ {{ if .IsHome -}}
|
|
|
+ <meta name="keywords" content="{{ with .Site.Params.keywords }}{{ . }}{{ end }}">
|
|
|
+ {{ end }}
|
|
|
{{- template "_internal/schema.html" . }}
|
|
|
{{- template "_internal/opengraph.html" . }}
|
|
|
{{- template "_internal/twitter_cards.html" . }}
|
|
@@ -18,7 +22,6 @@
|
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#54bab9">
|
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
|
<title>{{.Title}}</title>
|
|
|
- <link rel="dns-prefetch" href="//cdn1.lncld.net">
|
|
|
<link rel="dns-prefetch" href="//cdn.jsdelivr.net">
|
|
|
{{ range .AlternativeOutputFormats -}}
|
|
|
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
|