Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no breadcrumbs for search, archives, etc? #7

Open
morrow95 opened this issue Dec 18, 2016 · 0 comments
Open

no breadcrumbs for search, archives, etc? #7

morrow95 opened this issue Dec 18, 2016 · 0 comments

Comments

@morrow95
Copy link

morrow95 commented 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 :

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 morrow95 changed the title no bredcrums for search, archives, etc? no breadcrumbs for search, archives, etc? Dec 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant