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/default.html | 40 ++++++++++++++++++++++++++++++++++++++++ _layouts/post.html | 27 +++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 _layouts/default.html create mode 100644 _layouts/post.html (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..e7455ad --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,40 @@ + + + + + + + + + {{ site.theme.name }} - {{ page.title }} + + + + + + + + + + + + +
+ + +
+ {{ content }} + + +
+
+ +{% include analytics.html %} + + \ No newline at end of file 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