summaryrefslogtreecommitdiff
path: root/_layouts/key.html
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-07-08 15:46:56 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-07-08 15:46:56 +0200
commitd16530d61a04435fd8cb4d4770c4ac715ac8ef0e (patch)
tree46499a98c6f890622e5ccbf9cf43725a7597c7e4 /_layouts/key.html
Initial commit
Diffstat (limited to '_layouts/key.html')
-rw-r--r--_layouts/key.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/_layouts/key.html b/_layouts/key.html
new file mode 100644
index 0000000..62e537e
--- /dev/null
+++ b/_layouts/key.html
@@ -0,0 +1,15 @@
+---
+layout: key
+---
+
+<!doctype html>
+<html>
+ {% include head.html %}
+ <body>
+ <main>
+ <pre>
+{{ content }}
+ </pre>
+ </main>
+ </body>
+</html>