Breadcrumbs

Add the functionality of breadcrumbs on a Site

This functionality has three cases:

Dev setup:

  1. Add _z_breadcrumb.html
  2. Add _z_breadcrumb.scss

For Developer:\

  1. On _z_content.html include the breadcrumb file right before the {% yield %}
    • {% include "z_breadcrumb" %}

Nationbuilder CMS setup:

  1. For default behaviour, we just need to add both files.
  2. To hide breadcrumbs from a single page, add the tag hide_breadcrumbs
  3. To hide a single page from the breadcrumbs path, add the tag hide_from_breadcrumbs