Add breadcrumbs for collections

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-01-12 21:08:07 +01:00
parent 88c2832807
commit 9e08b0687f
+1 -1
View File
@@ -6,7 +6,7 @@
</span> </span>
{% if include.permalink != "/" and include.permalink != "/index.html" %} {% if include.permalink != "/" and include.permalink != "/index.html" %}
&raquo; &raquo;
{% 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">