trying out proven.lol

This commit is contained in:
yequari 2025-08-08 08:43:46 -07:00
parent 5b2c99a849
commit 267746ff29

View File

@ -6,13 +6,15 @@
<meta name="og:description" content="{{ . }}">
{{ end }}
{{ with site.Params.Keywords }}
<meta name="keywords" content="{{ delimit . ", " }}">
<meta name="keywords" content="{{ delimit . " , " }}">
{{ end }}
<meta name="og:title" content="{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}">
<meta name="og:title" content="{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf " %s | %s" .Title site.Title }}{{ end
}}">
<meta name="og:url" content="{{ site.BaseURL }}">
{{ with site.Params.rich_preview }}
<meta name="og:image" content="{{ path.Join site.BaseURL . }}">
{{ end }}
<meta name="omg.lol" content="proven.lol/593849">
{{ with site.Params.favicon }}
<link rel="icon" type="image/x-icon" href="{{ . }}">
{{ end }}