summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-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>