fix: replace remaining date.toISOString() calls in JSON-LD with isoDate filter
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
7409ebd846
commit
54bdf7f0b5
@@ -212,8 +212,8 @@ withBlogSidebar: true
|
||||
"@type": "WebPage",
|
||||
"@id": "{{ site.url }}{{ page.url }}"
|
||||
},
|
||||
"datePublished": "{{ date.toISOString() }}",
|
||||
"dateModified": "{{ date.toISOString() }}",
|
||||
"datePublished": "{{ date | isoDate }}",
|
||||
"dateModified": "{{ date | isoDate }}",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "{{ site.author.name }}",
|
||||
|
||||
Reference in New Issue
Block a user