Add basic OpenGraph support

This commit is contained in:
Aroy-Art 2024-02-12 18:43:38 +01:00
parent 7a13351ea2
commit 2e2daa30df
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 8 additions and 0 deletions

View file

@ -13,6 +13,8 @@
<meta name="theme-color" content="{{ site.Params.themeColor }}">
{{ end }}
{{ template "partials/opengraph.html" . }}
{{ "<!-- Plugins -->" | safeHTML }}
{{ range site.Params.plugins.css }}
<link rel="stylesheet" href="{{ .link | absURL }}">