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

@ -105,5 +105,5 @@ def nav_crumbs(context, route):
'breadcrumb_list': breadcrumb_list,
'crumbs': crumbs,
'current': current,
'title': context['title'],
'title': context.get('title'),
}