Put the JSON-LD version of my user profile inside my h-card, so it's easy to access with an mf2 parser if you want it (although I dunno why you would)

This commit is contained in:
Danielle McLean 2017-10-31 14:24:30 +11:00
parent 91fc632703
commit a86188fcb6
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 1 additions and 1 deletions

View File

@ -35,8 +35,8 @@
</li>{% endfor %}
</ul>
</div>
<script class="p-json-ld" type="application/ld+json">{{ person | jsonify }}</script>
</article>
<script type="application/ld+json">{{ person | jsonify }}</script>
</aside>
<ol class="list-unstyled entries">
{% for entry in entries %}