fix: copy-paste mistake and more idiomatic structured data format

This commit is contained in:
Elijah Seed-Arita
2025-10-08 10:45:30 -07:00
parent 67049b98c9
commit 028ed2f8e2
2 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -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 -%}