We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0d0911 + 1dc417c commit 5fb8d26Copy full SHA for 5fb8d26
1 file changed
src/_templates/layout.html
@@ -94,7 +94,7 @@
94
"@type": "WebPage",
95
"@id": {{ page_url ~ "#webpage" | tojson }},
96
"name": {{ title | striptags | tojson }},
97
- "url": {{ page_url | to_json }},
+ "url": {{ page_url | tojson }},
98
"dateModified": "{{ last_updated | tojson }}",
99
"isPartOf": { "@id": "{{ base }}#website" },
100
"publisher": { "@id": "{{ base }}#org-ua-libraries" }
0 commit comments