breadcrumbs.html

12 lines | 349 B Blame History Raw Download
---
categories: [Widgets]
layout: page
title: Breadcrumbs
resource: true
---
      <ol class="breadcrumb">
        <li><a href="#">Back to Top Level</a></li>
        <li><a href="#">Second Level</a></li>
        <li><a href="#">Third Level</a></li>
        <li class="active"><strong>Fourth Level:</strong> Detail about fourth level</li>
      </ol>