Fix SEO meta summary tag
This commit is contained in:
@@ -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 -->
|
||||||
|
Reference in New Issue
Block a user