Add opengraph site name tag to header

This commit is contained in:
Joey Hafner 2024-06-29 00:12:09 -07:00
parent 4092a84726
commit f0fe6b78d3

View File

@ -1 +1,2 @@
<meta property="article:author" content="{{ if .Params.author }}{{ .Params.author }}{{ else }}{{ range .Site.Author }}{{ . }} {{ end }}{{ end }}">
<meta property="article:author" content="{{ if .Params.author }}{{ .Params.author }}{{ else }}{{ range .Site.Author }}{{ . }} {{ end }}{{ end }}">
<meta name="og:site_name" content="Jafner.dev"/>