20 lines
1.2 KiB
HTML
20 lines
1.2 KiB
HTML
|
<meta charset="UTF-8">
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
|
<meta name="robots" content="index, follow">
|
||
|
<meta name="revisit-after" content="15 days">
|
||
|
<link rel="apple-touch-icon" sizes="180x180" href="{{"apple-touch-icon.png" | relURL}}">
|
||
|
<link rel="icon" type="image/png" sizes="32x32" href="{{"favicon-32x32.png" | relURL}}">
|
||
|
<link rel="icon" type="image/png" sizes="16x16" href="{{"favicon-16x16.png" | relURL}}">
|
||
|
<link rel="manifest" href="{{"site.webmanifest" | relURL}}">
|
||
|
<meta name="msapplication-TileImage" content="{{"mstile-144x144.png" | relURL}}">
|
||
|
<link rel="shortcut icon" href="{{"favicon.ico" | relURL}}">
|
||
|
{{ $author := (.Params.author | default .Site.Params.author.name) -}}
|
||
|
<meta name="author" content="{{ $author }}">
|
||
|
{{ with .Site.Params.themeColor -}}
|
||
|
<meta name="theme-color" content="{{.}}">
|
||
|
<meta name="msapplication-TileColor" content="{{.}}">
|
||
|
<link rel="mask-icon" href="{{"safari-pinned-tab.svg" | relURL}}" color="{{.}}">
|
||
|
{{- end -}}
|
||
|
{{- with .Params.description -}}<meta name="description" content="{{.}}">{{- end -}}
|