feat: add Open Graph and Twitter Card meta tags for social sharing

This commit is contained in:
2026-06-06 12:40:36 +02:00
parent 0b5ef30434
commit e69a3fd0a6
2 changed files with 34 additions and 0 deletions
+2
View File
@@ -6,6 +6,8 @@
<meta name="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title>
{{ partial "opengraph.html" . }}
<!-- Bootstrap 5.x CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">