mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
social: wildspace
This commit is contained in:
parent
f6141a66f5
commit
78808adbbc
2 changed files with 67 additions and 64 deletions
|
@ -41,6 +41,7 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if .IsPage }}
|
{{- if .IsPage }}
|
||||||
{{- $iso8601 := "2006-01-02T15:04:05-07:00" }}
|
{{- $iso8601 := "2006-01-02T15:04:05-07:00" }}
|
||||||
{{- with .Parent }}
|
{{- with .Parent }}
|
||||||
|
@ -68,6 +69,7 @@
|
||||||
<meta property="article:modified_time" {{ .Format $iso8601 | printf "content=%q" | safeHTMLAttr }}>
|
<meta property="article:modified_time" {{ .Format $iso8601 | printf "content=%q" | safeHTMLAttr }}>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- with .Params.audio }}
|
{{- with .Params.audio }}
|
||||||
<meta property="og:audio" content="{{ . }}">
|
<meta property="og:audio" content="{{ . }}">
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -82,6 +84,7 @@
|
||||||
<meta property="og:video" content="{{ . | absURL }}">
|
<meta property="og:video" content="{{ . | absURL }}">
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- /* If it is part of a series, link to related articles */}}
|
{{- /* If it is part of a series, link to related articles */}}
|
||||||
{{- $permalink := .Permalink }}
|
{{- $permalink := .Permalink }}
|
||||||
{{- $siteSeries := .Site.Taxonomies.series }}
|
{{- $siteSeries := .Site.Taxonomies.series }}
|
||||||
|
|
Loading…
Reference in a new issue