Teach users how to generate their own JSON-LD representation rather than doing it in the view code
This commit is contained in:
parent
a86188fcb6
commit
371401d441
3 changed files with 19 additions and 14 deletions
|
@ -35,7 +35,7 @@
|
|||
</li>{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
<script class="p-json-ld" type="application/ld+json">{{ person | jsonify }}</script>
|
||||
<script class="p-json-ld" type="application/ld+json">{{ user.json_ld | jsonify }}</script>
|
||||
</article>
|
||||
</aside>
|
||||
<ol class="list-unstyled entries">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue