Attempt to resolve #60
Signed-off-by: GitHub Action <action@github.com>
This commit is contained in:
@ -6,11 +6,16 @@
|
||||
<meta name="revisit-after" content="15 days">
|
||||
<link rel="author" href="{{"humans.txt" | relURL}}">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{"apple-touch-icon.png" | relURL}}">
|
||||
{{- if (fileExists "static/favicon.ico") -}}
|
||||
<link rel="icon" href="{{"favicon.ico" | relURL}}" type="image/x-icon" sizes="any">
|
||||
{{- end -}}
|
||||
{{- if (fileExists "static/favicon.svg") -}}
|
||||
<link rel="icon" href="{{"favicon.svg" | relURL}}" type="image/svg+xml">
|
||||
{{- end -}}
|
||||
<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}}">
|
||||
{{ with .Site.Params.themeColor -}}
|
||||
<meta name="theme-color" content="{{.}}">
|
||||
<meta name="msapplication-TileColor" content="{{.}}">
|
||||
|
Reference in New Issue
Block a user