Sha256: 2ae1b7227b9b9240c2ce340865df8bd5950c189ef4641c2c8126353f1a74d111
Contents?: true
Size: 956 Bytes
Versions: 5
Compression:
Stored size: 956 Bytes
Contents
<nav aria-label="{{ include.arialabel | default: 'breadcrumb' }}"> <ol class="breadcrumb"> {%- assign crumbs = page.url | remove:'/index.html' | split: '/' %} <li class="breadcrumb-item"><a class="link-offset-3 link-offset-3-hover link-underline link-underline-opacity-25 link-underline-opacity-75-hover" href="{{ site.baseurl }}/">Home</a></li> {%- for crumb in crumbs offset: 1 %} {%- if forloop.last %} <li class="breadcrumb-item active">{{ page.title }}</li> {%- else %} <li class="breadcrumb-item"><a class="link-offset-3 link-offset-3-hover link-underline link-underline-opacity-25 link-underline-opacity-75-hover" href="{{ site.baseurl }}{% 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> </nav>
Version data entries
5 entries across 5 versions & 1 rubygems