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
|
@ -105,5 +105,5 @@ def nav_crumbs(context, route):
|
|||
'breadcrumb_list': breadcrumb_list,
|
||||
'crumbs': crumbs,
|
||||
'current': current,
|
||||
'title': context['title'],
|
||||
'title': context.get('title'),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue