Sha256: c1ecccc2ddccad9cd5a161e0d679d4f280b89bb6ae54db1366dcc7513ae59bb0

Contents?: true

Size: 961 Bytes

Versions: 3

Compression:

Stored size: 961 Bytes

Contents

<nav aria-label="{{ include.arialabel | default: 'breadcrumb' }}">
<ol class="breadcrumb mb-0">
  {%- 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

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.51.1.beta.56 _includes/base/breadcrumbs.html
jekyll-theme-centos-2.51.1.beta.55 _includes/base/breadcrumbs.html
jekyll-theme-centos-2.51.1.beta.54 _includes/base/breadcrumbs.html