fix: Update breadcrumb itemtype to schema.org
This commit is contained in:
parent
69b76bfbbf
commit
b7b01bfa4c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{% if not no_breadcrumbs and parents %}
|
||||
<div class="container mt-3">
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol class="breadcrumb" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
|
||||
<ol class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList">
|
||||
{%- set parents = parents[-3:] %}
|
||||
{% for parent in parents %}
|
||||
<li class="breadcrumb-item">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue