Fix SEO meta summary tag
This commit is contained in:
parent
722a584e2e
commit
0fdc8eeb27
@ -17,7 +17,7 @@
|
|||||||
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
|
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="{{ if .Params.summary }}{{ .Params.summary }}{{ end }}"
|
content="{{ if .Params.description }}{{ .Params.description }}{{ end }}"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Styles -->
|
<!-- Styles -->
|
||||||
|
Loading…
Reference in New Issue
Block a user