From 72ac45045456bdbbbecb38db2e62e113f22f37d4 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Thu, 6 Feb 2014 19:18:00 -0500 Subject: First commit of base theme. --- _layouts/page.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _layouts/page.html (limited to '_layouts/page.html') diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..7f97e69 --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,11 @@ +--- +layout: default +--- + +
+

{{ page.title }}

+ +
+ {{ content }} +
+
-- cgit v1.2.3