Automated commit & build on 2025-04-23
This commit is contained in:
parent
4b31b23d55
commit
0259641a29
1 changed files with 21 additions and 0 deletions
21
layouts/partials/head.html
Normal file
21
layouts/partials/head.html
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title>
|
||||||
|
|
||||||
|
{{ with .Params.description }}
|
||||||
|
<meta name="description" content="{{ . }}">
|
||||||
|
{{ else if .Site.Params.description }}
|
||||||
|
<meta name="description" content="{{ .Site.Params.description }}">
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<!-- Favicon support -->
|
||||||
|
<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="32x32" href="/favicon-32.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">
|
||||||
|
|
||||||
|
{{ partial "styles.html" . }}
|
||||||
|
</head>
|
Loading…
Add table
Reference in a new issue