grav-plugin-breadcrumbs icon indicating copy to clipboard operation
grav-plugin-breadcrumbs copied to clipboard

no breadcrumbs for search, archives, etc?

Open morrow95 opened this issue 8 years ago • 0 comments

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.

morrow95 avatar Dec 18 '16 17:12 morrow95