Sha256: 059af9bedfca3dfee24068eea4a8632140ecf8f7aa9a2e9d6da3d4f7c4aa3e84
Contents?: true
Size: 617 Bytes
Versions: 81
Compression:
Stored size: 617 Bytes
Contents
<ol class="breadcrumb"> {% assign crumbs = page.url | remove:'/index.html' | split: '/' %} <li class="breadcrumb-item"><a href="/">Home</a></li> {% for crumb in crumbs offset: 1 %} {% if forloop.last %} <li class="breadcrumb-item">{{ page.title }}</li> {% else %} <li class="breadcrumb-item"><a href="{% assign crumb_limit = forloop.index | plus: 1 %}{% for crumb in crumbs limit: crumb_limit %}{{ crumb | append: '/' | replace:'without-plugin/','without-plugins/' }}{% endfor %}">{{ crumb | replace:'-',' ' | remove:'.html' | capitalize }}</a></li> {% endif %} {% endfor %} </ol>
Version data entries
81 entries across 81 versions & 1 rubygems