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