summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorpaz <paz@nadir.org>2016-09-16 13:22:26 +0200
committerpaz <paz@nadir.org>2016-09-16 13:22:26 +0200
commit5b7a920a81c39e5c947a0756d89221afe2614916 (patch)
tree4dc713381fc0cc6c4b0cd2d2690e3b0eec75e246 /_layouts
parenta7a62e8ea06cfdf1154067fbd64fdf46d9a635b3 (diff)
A documentation starter.
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/docs.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/_layouts/docs.html b/_layouts/docs.html
new file mode 100644
index 0000000..cbb666d
--- /dev/null
+++ b/_layouts/docs.html
@@ -0,0 +1,11 @@
+---
+layout: default
+---
+
+<div class='docs'>
+ <header>
+ <a href='/' id='breadcrumb'>Schleuder</a>
+ <h1>{{ page.title }}</h1>
+ </header>
+ <article>{{ content }}</article>
+</div>