From 5405686b0ed1a6e0a9bbf34355b7e077930f4101 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 16 Oct 2013 20:20:50 -0400 Subject: using lagom theme --- _layouts/post.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 _layouts/post.html (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..8d28ddf --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,27 @@ +--- +layout: default +--- + +

+ {{ page.date | date: "%B %d, %Y" }} + + + +

+ +

{{ page.title }}

+ +
+ {{ content }} +
+ + \ No newline at end of file -- cgit v1.2.3