feat: profile.html escapejs
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user