forked from 00dani/lemoncurry
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:
parent
91fc632703
commit
a86188fcb6
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue