social: wildspace

This commit is contained in:
Sören Weber 2024-02-17 00:39:06 +01:00
parent f6141a66f5
commit 78808adbbc
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 67 additions and 64 deletions

View file

@ -41,6 +41,7 @@
{{- end }}
{{- end }}
{{- end }}
{{- if .IsPage }}
{{- $iso8601 := "2006-01-02T15:04:05-07:00" }}
{{- with .Parent }}
@ -68,6 +69,7 @@
<meta property="article:modified_time" {{ .Format $iso8601 | printf "content=%q" | safeHTMLAttr }}>
{{- end }}
{{- end }}
{{- with .Params.audio }}
<meta property="og:audio" content="{{ . }}">
{{- end }}
@ -82,6 +84,7 @@
<meta property="og:video" content="{{ . | absURL }}">
{{- end }}
{{- end }}
{{- /* If it is part of a series, link to related articles */}}
{{- $permalink := .Permalink }}
{{- $siteSeries := .Site.Taxonomies.series }}