summaryrefslogtreecommitdiffstats
path: root/tozt/layouts/_root.html
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-30 00:18:56 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-30 00:18:56 -0400
commitbb0a4f4e126c05fc73d566986fd1612468f5be67 (patch)
treea3a712e0a27ea1fe41d3d6097326896afd2f53f5 /tozt/layouts/_root.html
downloadblog.tozt.net-bb0a4f4e126c05fc73d566986fd1612468f5be67.tar.gz
blog.tozt.net-bb0a4f4e126c05fc73d566986fd1612468f5be67.zip
initial commit
Diffstat (limited to 'tozt/layouts/_root.html')
-rw-r--r--tozt/layouts/_root.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/tozt/layouts/_root.html b/tozt/layouts/_root.html
new file mode 100644
index 0000000..8d62675
--- /dev/null
+++ b/tozt/layouts/_root.html
@@ -0,0 +1,5 @@
+---
+layout : default
+---
+<h4>{{ page.title }}</h4>
+{{{ page.content }}}