You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I am missing something as I am new to grav, but can't figure this one out. Breadcrumbs are working on all blog related pages, but pages like :
https://blog.example.com/search/query:hills
This one outputs the html with no pages included :
<ol class="blog-breadcrumb" itemscope="" itemtype="http://schema.org/BreadcrumbList">
</ol>
https://blog.example.com/archives_month:jul_2014
https://blog.example.com/tag:photography
These two only show the root level breadcrumb :
<ol class="blog-breadcrumb" itemscope="" itemtype="http://schema.org/BreadcrumbList">
<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem">
<a itemprop="item" href="/"><span itemprop="name">Blog</span></a>
<meta itemprop="position" content="1">
</li>
</ol>
Does it not work for these types or what is going on? The pages I mentioned use their respective plugins from the grav team. I am using the blog skeleton as my default.
The text was updated successfully, but these errors were encountered:
morrow95
changed the title
no bredcrums for search, archives, etc?
no breadcrumbs for search, archives, etc?
Dec 18, 2016
Maybe I am missing something as I am new to grav, but can't figure this one out. Breadcrumbs are working on all blog related pages, but pages like :
Does it not work for these types or what is going on? The pages I mentioned use their respective plugins from the grav team. I am using the blog skeleton as my default.
The text was updated successfully, but these errors were encountered: