Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Fixed example layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Jul 17, 2012
1 parent de039c6 commit 9b48325
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example/demo.html
@@ -1,4 +1,7 @@
--- layout: example title: demo ---
---
layout: example
title: demo
---
<p>
A simple demo showing the results of any change in the console.
</p>
Expand Down
7 changes: 7 additions & 0 deletions example/shuffle.html
@@ -1,3 +1,6 @@
---
title: shuffle
---
<!DOCTYPE html>
<html>
<!--
Expand Down Expand Up @@ -31,6 +34,10 @@
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="../src/jquery.mutation-summary.js"></script>
<body>
<h1>
<a href="{{ site.projectUrl }}">{{ site.projectName }}</a>: {{ page.title | xml_escape }}
</h1>

Shuffle moves: <input id="moveCount" type="number" value="1000">

<select id="watchType" onchange="setupWatch();">
Expand Down

0 comments on commit 9b48325

Please sign in to comment.