Sha256: e05a9ec5958c9293f0e393b7d5194939ed7dcfb62b1507ad6be09c32d376b9d2
Contents?: true
Size: 499 Bytes
Versions: 2
Compression:
Stored size: 499 Bytes
Contents
<div id="breadcrumbs"> {% assign crumbs = page.url | remove:'/index.html' | split: '/' %} <a href="/">Home</a> {% for crumb in crumbs offset: 1 %} {% if forloop.last %} / {{ page.title }} {% else %} / <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> {% endif %} {% endfor %} </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adam-jekyll-0.1.1 | _includes/breadcrumbs.html |
adam-jekyll-0.1.0 | _includes/breadcrumbs.html |