mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
<script type="application/ld+json">
|
|
<%
|
|
content_jsonld = {
|
|
'@id': character_url,
|
|
'@type': 'http://schema.org/Person',
|
|
'http://schema.org/name': @content.name
|
|
}
|
|
%>
|
|
<%= content_jsonld.to_json.html_safe %>
|
|
</script> |