forked from 00dani/lemoncurry
Add http://schema.org/Person as JSON-LD, underneath my h-card on the home page
This commit is contained in:
parent
29da1e52d7
commit
9d91cec6f9
3 changed files with 19 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue