phyllis-fantasies/sitesrc/_layouts/bctop.html
Amy Gale Ruth Bowersox 240f5d4654 converted some pages to use the "bctop" template (with breadcrumbs) and
moved over the Fantasy House page (which uses a collection to generate
the carousel)
2018-10-14 01:30:37 -06:00

16 lines
261 B
HTML

---
layout: default
---
<!-- Breadcrumb navigation -->
<div class="row">
<div class="col-xs-12">
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">{{ page.title }}</li>
</ol>
</div>
</div>
{{ content }}