Add breadcrumbs for collections
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</span>
|
||||
{% if include.permalink != "/" and include.permalink != "/index.html" %}
|
||||
»
|
||||
{% if page.collection %}
|
||||
{% if page.collection and page.collection != "posts" %}
|
||||
{% assign entry=page.collection %}
|
||||
{% assign collection=entry | slugify: site.xaymar.links.collection.slugify %}
|
||||
<span class="crumb">
|
||||
|
||||
Reference in New Issue
Block a user