summaryrefslogtreecommitdiff
path: root/_layouts/guide.html
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-07-27 01:56:51 -0600
committertekkub <tekkub@gmail.com>2009-07-27 01:56:51 -0600
commit513f0b52d767b60286ad2bc696670636afbf4d0b (patch)
treee54b0de42037b1402cbe2815c561ebd113992389 /_layouts/guide.html
parent0b1e2aef5e6c0008c2d9d2504d1ca9bfe2100e8a (diff)
Remove 'guide' layout
Diffstat (limited to '_layouts/guide.html')
-rw-r--r--_layouts/guide.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/_layouts/guide.html b/_layouts/guide.html
deleted file mode 100644
index 1199c34..0000000
--- a/_layouts/guide.html
+++ /dev/null
@@ -1,13 +0,0 @@
----
-layout: default
----
-
-<div class="span-21" id="welcome">
- <p>{{ page.subtitle }}</p>
-</div>
-
-<div class="content">
- <div class="span-21">
- {{ content }}
- </div>
-</div>