Nouveau thème pour 2026
This commit is contained in:
14
themes/2026/layouts/_partials/head.html
Normal file
14
themes/2026/layouts/_partials/head.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
||||
{{ with .Description }}
|
||||
<meta name="description" content="{{ . }}">
|
||||
{{ else }}
|
||||
{{ with site.Params.description }}
|
||||
<meta name="description" content="{{ . }}">
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<link rel="icon" href="{{ "favicon.ico" | absURL }}" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="{{ "favicon.ico" | absURL }}" type="image/x-icon">
|
||||
<link rel="icon" href="{{ "favicon.png" | absURL }}" type="image/png" sizes="256x256">
|
||||
{{ partialCached "head/css.html" . }}
|
||||
Reference in New Issue
Block a user