only mildly surprised this actually worked

This commit is contained in:
Andrew Brown 2019-05-12 20:20:54 -05:00
parent dcf8eb2751
commit 7a732d43e7

View File

@ -1,10 +1,10 @@
<script type="application/ld+json">
<%
content_jsonld = {
'@id': item_url,
'@type': 'http://schema.org/Place',
'http://schema.org/name': @content.name
}
%>
<%= content_jsonld.to_json.html_safe %>
<%
content_jsonld = {
'@id': item_url,
'@type': 'http://schema.org/Place',
'http://schema.org/name': @content.name
}
%>
<%= content_jsonld.to_json.html_safe %>
</script>