Add SEO meta tags
This commit is contained in:
parent
8d79528d27
commit
722a584e2e
@ -13,6 +13,13 @@
|
||||
<link rel="mask-icon" href="{{ "/" | relURL }}favicon/safari-pinned-tab.svg" color="#FF3DB4">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<!-- SSO Metadata -->
|
||||
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
|
||||
<meta
|
||||
name="description"
|
||||
content="{{ if .Params.summary }}{{ .Params.summary }}{{ end }}"
|
||||
/>
|
||||
|
||||
<!-- Styles -->
|
||||
<!-- Use Hugo Pipes to process the Sass file (convert to CSS, minify, and add a hash) -->
|
||||
{{ $main_style := resources.Get "css/main.scss" | toCSS | minify | fingerprint }}
|
||||
|
Loading…
Reference in New Issue
Block a user