fix: copy-paste mistake and more idiomatic structured data format
This commit is contained in:
@@ -63,7 +63,8 @@
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
{%- if postView.Author.DisplayName %}
|
||||
"name": "{{ postView.Author.DisplayName }} (@{{ postView.Author.Handle }})",
|
||||
"name": "{{ postView.Author.DisplayName }}",
|
||||
"alternateName": "@{{ postView.Author.Handle }}",
|
||||
{% else %}
|
||||
"name": "@{{ postView.Author.Handle }}",
|
||||
{% endif -%}
|
||||
|
||||
Reference in New Issue
Block a user