1
0
Files
www.taylors.life/themes/hugo-theme-minos/layouts/partials/og.html
Eric Taylor 9a313c53a8 Move theme from subrepo into the main repo
the theme is customized for this site so having it
as a sub repo dosent make sense
2025-12-24 11:05:37 -05:00

9 lines
550 B
HTML

<meta property="og:title" content="{{ if .Params.ogtitle }}{{ .Params.ogtitle }}{{ else }}{{ .Title }}{{ end }}" />
<meta property="og:description" content="{{ if .Params.ogdescription }}{{ .Params.ogdescription }}{{ else }}{{ .Site.Params.Description }}{{ end }}" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="{{ .Lang }}" />
<meta property="og:url" content="{{ .Permalink }}" />
{{ if .Params.ogimage -}}
<meta property="og:image" content="{{ .Params.ogimage }}" />
{{- end }}