feat: profile.html escapejs

This commit is contained in:
Elijah Seed-Arita
2025-08-27 21:27:50 -07:00
parent caa7736035
commit a322ae412a
+6 -6
View File
@@ -56,14 +56,14 @@
{
"@context": "https://schema.org",
"@type": "ProfilePage",
"dateCreated": "{{ profileView.CreatedAt }}",
"dateCreated": "{{ profileView.CreatedAt|escapejs }}",
"mainEntity": {
"@type": "Person",
"name": "{{ profileView.DisplayName }}",
"alternateName": "@{{ profileView.Handle }}",
"identifier": "{{ profileView.Did }}",
"description": "{{ profileView.Description }}",
"image": "{{ profileView.Avatar }}",
"name": "{{ profileView.DisplayName|escapejs }}",
"alternateName": "@{{ profileView.Handle|escapejs }}",
"identifier": "{{ profileView.Did|escapejs }}",
"description": "{{ profileView.Description|escapejs }}",
"image": "{{ profileView.Avatar|escapejs }}",
"interactionStatistic": [
{
"@type": "InteractionCounter",