We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f2fa2 commit b82b547Copy full SHA for b82b547
1 file changed
tpl/tplimpl/embedded/templates/opengraph.html
@@ -33,12 +33,14 @@
33
{{- /* If it is part of a series, link to related articles */}}
34
{{- $permalink := .Permalink }}
35
{{- $siteSeries := .Site.Taxonomies.series }}
36
+{{- if $siteSeries }}
37
{{ with .Params.series }}{{- range $name := . }}
38
{{- $series := index $siteSeries ($name | urlize) }}
39
{{- range $page := first 6 $series.Pages }}
40
{{- if ne $page.Permalink $permalink }}<meta property="og:see_also" content="{{ $page.Permalink }}" />{{ end }}
41
{{- end }}
42
{{ end }}{{ end }}
43
+{{- end }}
44
45
{{- /* Facebook Page Admin ID for Domain Insights */}}
46
{{- with .Site.Social.facebook_admin }}<meta property="fb:admins" content="{{ . }}" />{{ end }}
0 commit comments