grav-plugin-breadcrumbs
grav-plugin-breadcrumbs copied to clipboard
no breadcrumbs for search, archives, etc?
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.