summaryrefslogtreecommitdiff
path: root/_layouts/guide.html
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-06-15 23:32:12 -0600
committertekkub <tekkub@gmail.com>2009-06-15 23:32:12 -0600
commit08537b1ddba63636b7c08564d10dc4da4319be73 (patch)
tree0636c1b9545dd87ec41f7f818b0432ceb93435ca /_layouts/guide.html
parent8d42b4e52dca0f7591940d55e4e64bc3d4a5f205 (diff)
And our first guide
Diffstat (limited to '_layouts/guide.html')
-rw-r--r--_layouts/guide.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/_layouts/guide.html b/_layouts/guide.html
new file mode 100644
index 0000000..1199c34
--- /dev/null
+++ b/_layouts/guide.html
@@ -0,0 +1,13 @@
+---
+layout: default
+---
+
+<div class="span-21" id="welcome">
+ <p>{{ page.subtitle }}</p>
+</div>
+
+<div class="content">
+ <div class="span-21">
+ {{ content }}
+ </div>
+</div>