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",
|
"@type": "WebPage",
|
||||||
"@id": "{{ site.url }}{{ page.url }}"
|
"@id": "{{ site.url }}{{ page.url }}"
|
||||||
},
|
},
|
||||||
"datePublished": "{{ date.toISOString() }}",
|
"datePublished": "{{ date | isoDate }}",
|
||||||
"dateModified": "{{ date.toISOString() }}",
|
"dateModified": "{{ date | isoDate }}",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "{{ site.author.name }}",
|
"name": "{{ site.author.name }}",
|
||||||
|
|||||||
Reference in New Issue
Block a user