From 521158190924aa012ad78a9e4274e6b945e5803b Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sun, 15 May 2022 12:31:53 -0700 Subject: [PATCH] Stop using un-used "nickname" schema.org property --- layouts/shortcodes/indieweb-person.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/indieweb-person.html b/layouts/shortcodes/indieweb-person.html index d058767..d5755fa 100644 --- a/layouts/shortcodes/indieweb-person.html +++ b/layouts/shortcodes/indieweb-person.html @@ -9,7 +9,7 @@ {{- if (.Get "first-name") -}}{{- .Get "first-name" -}}{{- end }} {{ if (.Get "last-name") -}}{{- .Get "last-name" -}}{{- end -}} - {{- if (.Get "nickname") -}}{{- .Get "nickname" -}}{{- end -}} + {{- if (.Get "nickname") -}}{{- .Get "nickname" -}}{{- end -}} {{- if (.Get "name") -}}{{- .Get "name" -}}{{- end -}} {{- if (.Get "appendString") -}}{{- .Get "appendString" -}}{{- end -}}{{- /* Strip trailing newline: https://github.com/gohugoio/hugo/issues/1753 */ -}} {{- /* Strip trailing newline: https://github.com/gohugoio/hugo/issues/1753 */ -}}