2024-04-27 12:38:19 +00:00
|
|
|
{{- /* based on Hugo 0.125.5 opengraph.html */}}
|
2023-10-11 15:41:04 +00:00
|
|
|
{{- $basename := "index" }}
|
2024-07-21 22:15:38 +00:00
|
|
|
{{- if eq .Kind "home" }}
|
|
|
|
{{- $format := partial "get-format.hugo" . }}
|
|
|
|
{{- $outputFormat := partial "output-format.hugo" (dict "page" . "format" $format) }}
|
|
|
|
{{- if eq $outputFormat "searchpage" }}
|
|
|
|
{{- $basename = partial "BaseName.hugo" $format.RelPermalink }}
|
|
|
|
{{- end }}
|
2023-10-11 15:31:27 +00:00
|
|
|
{{- end }}
|
2023-10-11 15:41:04 +00:00
|
|
|
<meta property="og:url" content="{{ partial "relLangPrettyUglyURL.hugo" (dict "to" . "abs" true "basename" $basename) }}">
|
2024-04-07 13:12:46 +00:00
|
|
|
|
2024-04-27 12:38:19 +00:00
|
|
|
{{- with site.Title | plainify }}
|
2024-04-07 13:12:46 +00:00
|
|
|
<meta property="og:site_name" content="{{ . }}">
|
|
|
|
{{- end }}
|
|
|
|
|
2024-07-21 22:15:38 +00:00
|
|
|
{{- with partial "pageHelper/title.hugo" (dict "page" . "fullyQualified" true "reverse" true) | plainify }}
|
2024-04-27 12:38:19 +00:00
|
|
|
<meta property="og:title" content="{{ . }}">
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{- with or .Description .Summary | plainify | htmlUnescape | chomp }}
|
2024-04-07 13:12:46 +00:00
|
|
|
<meta property="og:description" content="{{ . }}">
|
|
|
|
{{- end }}
|
|
|
|
|
2024-05-28 20:34:58 +00:00
|
|
|
{{- with site.Language.LanguageCode }}
|
2024-06-05 21:20:28 +00:00
|
|
|
<meta property="og:locale" content="{{ replace . `-` `_` }}">
|
2023-10-11 15:31:27 +00:00
|
|
|
{{- end }}
|
2024-02-16 23:39:06 +00:00
|
|
|
|
2023-10-11 15:31:27 +00:00
|
|
|
{{- if .IsPage }}
|
2024-04-07 13:12:46 +00:00
|
|
|
<meta property="og:type" content="article">
|
|
|
|
{{- with .FirstSection }}
|
2024-07-21 22:15:38 +00:00
|
|
|
<meta property="article:section" content="{{ partial "pageHelper/title.hugo" (dict "page" .) | plainify }}">
|
2024-02-16 23:39:06 +00:00
|
|
|
{{- end }}
|
2024-04-07 13:12:46 +00:00
|
|
|
{{- $iso8601 := "2006-01-02T15:04:05-07:00" }}
|
2024-06-30 08:54:48 +00:00
|
|
|
{{- with or .PublishDate .Date }}
|
2024-02-16 23:39:06 +00:00
|
|
|
<meta property="article:published_time" {{ .Format $iso8601 | printf "content=%q" | safeHTMLAttr }}>
|
|
|
|
{{- end }}
|
|
|
|
{{- with .Lastmod }}
|
2023-10-11 15:31:27 +00:00
|
|
|
<meta property="article:modified_time" {{ .Format $iso8601 | printf "content=%q" | safeHTMLAttr }}>
|
2024-02-16 23:39:06 +00:00
|
|
|
{{- end }}
|
2024-04-07 13:12:46 +00:00
|
|
|
{{- range .GetTerms "tags" | first 6 }}
|
2024-07-21 22:15:38 +00:00
|
|
|
<meta property="article:tag" content="{{ partial "pageHelper/title.hugo" (dict "page" .Page "linkTitle" true) | plainify }}">
|
2024-04-07 13:12:46 +00:00
|
|
|
{{- end }}
|
|
|
|
{{- else }}
|
|
|
|
<meta property="og:type" content="website">
|
2023-10-11 15:31:27 +00:00
|
|
|
{{- end }}
|
2024-02-16 23:39:06 +00:00
|
|
|
|
2024-04-07 13:12:46 +00:00
|
|
|
{{- with partial "_funcs/get-page-images" . }}
|
|
|
|
{{- range . | first 6 }}
|
|
|
|
<meta property="og:image" content="{{ .Permalink }}">
|
|
|
|
{{- end }}
|
2023-10-11 15:31:27 +00:00
|
|
|
{{- end }}
|
2024-04-07 13:12:46 +00:00
|
|
|
|
|
|
|
{{- with .Params.audio }}
|
|
|
|
{{- range . | first 6 }}
|
|
|
|
<meta property="og:audio" content="{{ . | absURL }}">
|
|
|
|
{{- end }}
|
2023-10-11 15:31:27 +00:00
|
|
|
{{- end }}
|
2024-04-07 13:12:46 +00:00
|
|
|
|
2023-10-11 15:31:27 +00:00
|
|
|
{{- with .Params.videos }}
|
2024-04-07 13:12:46 +00:00
|
|
|
{{- range . | first 6 }}
|
2023-10-11 15:31:27 +00:00
|
|
|
<meta property="og:video" content="{{ . | absURL }}">
|
2024-02-16 23:39:06 +00:00
|
|
|
{{- end }}
|
2023-10-11 15:31:27 +00:00
|
|
|
{{- end }}
|
2024-02-16 23:39:06 +00:00
|
|
|
|
2024-04-07 13:12:46 +00:00
|
|
|
{{- range .GetTerms "series" }}
|
|
|
|
{{- range .Pages | first 7 }}
|
|
|
|
{{- if ne $ . }}
|
|
|
|
<meta property="og:see_also" content="{{ .Permalink }}">
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{- $facebookApp := "" }}
|
|
|
|
{{- with site.Params.social }}
|
|
|
|
{{- if reflect.IsMap . }}
|
|
|
|
{{- with .facebook_app_id }}
|
|
|
|
{{- $facebookApp = . }}
|
2023-10-11 15:31:27 +00:00
|
|
|
{{- end }}
|
2024-02-16 23:39:06 +00:00
|
|
|
{{- end }}
|
2023-10-11 15:31:27 +00:00
|
|
|
{{- end }}
|
2023-10-20 17:50:14 +00:00
|
|
|
|
2024-04-22 20:43:59 +00:00
|
|
|
{{- with site.Params.social }}
|
|
|
|
{{- if reflect.IsMap . }}
|
|
|
|
{{- with .facebook_app_id }}
|
2024-04-07 13:12:46 +00:00
|
|
|
<meta property="fb:app_id" content="{{ . }}">
|
2024-04-22 20:43:59 +00:00
|
|
|
{{- else }}
|
|
|
|
{{- with .facebook_admin }}
|
2023-10-11 15:31:27 +00:00
|
|
|
<meta property="fb:admins" content="{{ . }}">
|
2024-04-22 20:43:59 +00:00
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
2024-04-07 13:12:46 +00:00
|
|
|
{{- end }}
|
2023-10-11 15:31:27 +00:00
|
|
|
{{- end }}
|