mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
only mildly surprised this actually worked
This commit is contained in:
parent
dcf8eb2751
commit
7a732d43e7
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user