Skip to content

Instantly share code, notes, and snippets.

View dhhepting's full-sized avatar

Daryl Hepting dhhepting

View GitHub Profile
@dhhepting
dhhepting / header_breadcrumb.html
Last active August 13, 2018 20:39 — forked from offboarded-x233534/header_breadcrumb.html
automatic jekyll breadcrumb
{%- comment -%}
Updated for boostrap 4
-- https://getbootstrap.com/docs/4.0/components/breadcrumb/ --
and does not create a link for the last (active) item
{%- endcomment -%}
{%- assign url_parts = page.url | split: '/' -%}
{%- capture loop_max -%}{{ url_parts.size | minus: 1 }}{%- endcapture -%}
{%- assign j = loop_max | plus: 0 -%}
{%- assign bc_path = "/" -%}
{%- comment -%}