feat(opengraph): new fediverse:creator meta...
... based on the fediverseCreator param of the post defaulting on the site.
This commit is contained in:
parent
3e53621007
commit
c9d8dafc23
|
@ -61,6 +61,10 @@
|
|||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{- if or .Params.fediverseCreator site.Params.fediverseCreator }}
|
||||
<meta name="fediverse:creator" content="{{ .Params.fediverseCreator | default site.Params.fediverseCreator }}" />
|
||||
{{- end -}}
|
||||
|
||||
{{- range .GetTerms "series" }}
|
||||
{{- range .Pages | first 7 }}
|
||||
{{- if ne $ . }}
|
||||
|
|
Loading…
Reference in New Issue