moved over the Fantasy House page (which uses a collection to generate the carousel)
16 lines
261 B
HTML
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 }}
|