Add SEO meta tags

This commit is contained in:
Ivaylo Ivanov 2025-02-19 10:43:58 +01:00
parent 8d79528d27
commit 722a584e2e

View File

@ -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 }}