{{- range .Site.Params.Identity -}}
{{- $relMe := cond .authn "me authn" "me" -}}
{{- if (eq .type "Email") }}
{{- else if (eq .type "GitHub") }}
{{- else if (eq .type "GitLab") }}
{{- else if (eq .type "Twitter") }}
{{- else if (eq .type "MicroBlog") }}
{{- else if (eq .type "PGP") }}
{{- $relPgp := cond .authn "pgpkey authn" "pgpkey" }}
{{- end -}}
{{- end -}}
{{- with .Site.Params.Webmention }}
{{- end }}
{{- with .Site.Params.Pingback }}
{{- end }}