Adding meta name description for better SEO or something idk
All checks were successful
Build and Deploy Blog Site / setup-website-content (push) Successful in 10s

This commit is contained in:
2026-06-22 23:46:53 -07:00
parent 06756cd3c5
commit 63dcd8742a

View File

@@ -15,6 +15,7 @@
{{ $desc := print .Description }}
{{ if .IsHome }}{{ $desc = .Params.Description }}{{end}}
<meta property="og:description" content="{{ $desc }}">
<meta name="description" content="{{ $desc }}">
<meta property="twitter:card" content="summary_large_image">
<meta property="description" content="{{ $desc }}">
<meta property="og:type" content="website">