From fc6384360e2e4ce8905ff7769866f8dba3702a02 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Wed, 28 Dec 2011 19:32:44 +0000 Subject: Create basic layout for site. --- _site_build/_layouts/post.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _site_build/_layouts/post.html (limited to '_site_build/_layouts/post.html') diff --git a/_site_build/_layouts/post.html b/_site_build/_layouts/post.html new file mode 100644 index 0000000..3d460eb --- /dev/null +++ b/_site_build/_layouts/post.html @@ -0,0 +1,22 @@ +--- +layout: default +--- +
+
+

{{ page.title }}

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