From 6dde94f362019cd78ced4ff3cfb2c24d57c3bd9a Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 15 Jan 2016 11:41:37 -0800 Subject: [PATCH] Update layouts --- _layouts/default.html | 51 +++++++++++++++++++++++++++++-------------- _layouts/page.html | 4 ++-- _layouts/post.html | 14 +++++------- 3 files changed, 43 insertions(+), 26 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index d68e898..e1ad606 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,28 +1,47 @@ - + {% include head.html %} -
-
-

- {{ site.title }} - {{ site.tagline }} -

-
+ {% include sidebar.html %} -
- {{ content }} -
+ +
+
+
+

+ {{ site.title }} + {{ site.tagline }} +

+
+
-
- - © . All rights reserved. - -
+
+ {{ content }} +
+ + + diff --git a/_layouts/page.html b/_layouts/page.html index 960f767..4e0d4eb 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,7 +2,7 @@ layout: default --- -
+

{{ page.title }}

{{ content }} -
+
diff --git a/_layouts/post.html b/_layouts/post.html index ec63afc..c027477 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,14 +2,13 @@ layout: default --- -
+

{{ page.title }}

- + {{ content }} -
+ -{% if site.related_posts != empty %} - -{% endif %} + -- 2.30.2