Skip to content

Commit 1dc417c

Browse files
committed
fix: Remove to_json
1 parent a1b6a6b commit 1dc417c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@type": "WebPage",
9595
"@id": {{ page_url ~ "#webpage" | tojson }},
9696
"name": {{ title | striptags | tojson }},
97-
"url": {{ page_url | to_json }},
97+
"url": {{ page_url | tojson }},
9898
"dateModified": "{{ last_updated | tojson }}",
9999
"isPartOf": { "@id": "{{ base }}#website" },
100100
"publisher": { "@id": "{{ base }}#org-ua-libraries" }

0 commit comments

Comments
 (0)