Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
Intro was rendering on every examples page.
  • Loading branch information
Lucas Wojciechowski committed Apr 21, 2016
1 parent aee03aa commit 34519ad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/_layouts/example.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
layout: docs
layout: pages
---

<div class='round doc clip fill-white keyline-all'>

<style>
.fill-white pre { background-color:transparent; }
</style>
Expand Down Expand Up @@ -76,4 +79,4 @@
<a class='button icon clipboard col12 round-bottom js-clipboard' href='#' data-clipboard-target='code' id='copy'>Copy example</a>
</div>


</div>

0 comments on commit 34519ad

Please sign in to comment.