Skip to content

Commit 5fb8d26

Browse files
authored
Merge pull request #161 from UA-Libraries-Research-Data-Services/update-site-metadata
fix: Remove "to_json"
2 parents f0d0911 + 1dc417c commit 5fb8d26

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)