Mutualiser les calculs SEO du head
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{{ partial "head/metadata.html" . }}
|
||||
{{ partial "head/json-ld.html" . }}
|
||||
{{- $headData := partialCached "head/data.html" . .RelPermalink -}}
|
||||
{{ partial "head/metadata.html" (dict "Page" . "Data" $headData) }}
|
||||
{{ partial "head/json-ld.html" (dict "Page" . "Data" $headData) }}
|
||||
<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">
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
{{ partial "head/metadata.html" . }}
|
||||
{{ partial "head/json-ld.html" . }}
|
||||
{{- $headData := partialCached "head/data.html" . .RelPermalink -}}
|
||||
{{ partial "head/metadata.html" (dict "Page" . "Data" $headData) }}
|
||||
{{ partial "head/json-ld.html" (dict "Page" . "Data" $headData) }}
|
||||
<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" />
|
||||
|
||||
Reference in New Issue
Block a user