{{ site.xaymar.info.home }}
{% if include.permalink != "/" and include.permalink != "/index.html" %}
»
{% if page.collection and page.collection != "posts" %}
{% assign entry=page.collection %}
{% assign collection=entry | slugify: site.xaymar.links.collection.slugify %}
{{ entry }}
»
{% endif %}
{% assign cnt=page.categories | size %}
{% if cnt > 0 %}
{% for entry in page.categories %}
{% assign category=entry | slugify: site.xaymar.links.category.slugify %}
{{ entry }}
»
{% endfor %}
{% endif %}
{{ include.title }}
{% endif %}