Jafner.net/Jafner.dev/layouts/partials/extra-head.html
Joey Hafner 6e01a06b55 Fix image used for embedding articles on other sites not falling back correctly
Header was using paths relative to page bundle, rather than absolute. Switched to absolute.
Removed superfluous and unrelated [module.mounts] config node
2024-06-30 19:10:13 -07:00

4 lines
332 B
HTML

<meta property="article:author" content="{{ if .Params.author }}{{ .Params.author }}{{ else }}{{ range .Site.Author }}{{ . }} {{ end }}{{ end }}">
<meta property="og:image" content="{{ if .Page.Params.ogimage }}{{ .Page.Params.ogimage }}{{ else }}/img/Jafner.dev.logo.png{{ end }}">
<meta name="og:site_name" content="Jafner.dev"/>