Add http://schema.org/Person as JSON-LD, underneath my h-card on the home page

This commit is contained in:
Danielle McLean 2017-10-27 09:52:03 +11:00
parent 29da1e52d7
commit 9d91cec6f9
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
3 changed files with 19 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{% extends 'lemoncurry/layout.html' %}
{% load markdown static %}
{% load jsonify markdown static %}
{% block html_class %}h-feed{% endblock %}
{% block styles %}
<link rel="stylesheet" type="text/stylus" href="{% static 'home/css/index.styl' %}" />
@ -36,6 +36,7 @@
</ul>
</div>
</article>
<script type="application/ld+json">{{ person | jsonify }}</script>
</aside>
<ol class="list-unstyled entries">
{% for entry in entries %}