Automated commit & build on 2025-04-25
This commit is contained in:
parent
d7a484c2d4
commit
0a47feb835
2 changed files with 6 additions and 3 deletions
|
@ -1,20 +1,23 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="test-check" content="hello from override">
|
||||||
|
|
||||||
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title>
|
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title>
|
||||||
|
|
||||||
{{ with .Params.description }}
|
{{ with .Params.description }}
|
||||||
<meta name="description" content="{{ . }}">
|
<meta name="description" content="{{ . }}">
|
||||||
{{ else if .Site.Params.description }}
|
{{ else }}
|
||||||
|
{{ if .Site.Params.description }}
|
||||||
<meta name="description" content="{{ .Site.Params.description }}">
|
<meta name="description" content="{{ .Site.Params.description }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
<!-- Favicon support -->
|
<!-- Favicon support -->
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||||
<link rel="icon" type="image/png" sizes="48x48" href="/favicon.png">
|
<link rel="icon" type="image/png" sizes="48x48" href="/favicon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png">
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
|
||||||
<link rel="apple-touch-icon" href="/favicon-48.png">
|
<link rel="apple-touch-icon" href="/favicon-48.png">
|
||||||
|
|
||||||
{{ partial "styles.html" . }}
|
{{ partial "styles.html" . }}
|
||||||
|
|
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
Loading…
Add table
Reference in a new issue