From 2b59a0f8355ae8b4bf71cf5c2a365de91f5ebe1b Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Mon, 30 Mar 2015 02:46:14 -0400 Subject: redesign --- _layouts/master.html | 167 ++++++++++++++++++++++++--------------------------- _layouts/post.html | 25 +++++++- 2 files changed, 104 insertions(+), 88 deletions(-) (limited to '_layouts') diff --git a/_layouts/master.html b/_layouts/master.html index 26c9f31..91ea717 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -1,99 +1,92 @@ - - {{ page.title }} + + {{ page.title }} - + - + - + - + - - - - - - - - + + + + + + + + - - {% if page.description %} - - {% else %} - - {% endif %} - + + {% if page.description %} + + {% else %} + + {% endif %} + - - - {% if page.description %} - - {% else %} - - {% endif %} - {% if page.image %} - - {% else %} - - {% endif %} - - - - + + + {% if page.description %} + + {% else %} + + {% endif %} + {% if page.image %} + + {% else %} + + {% endif %} + + + + - - - - - {% if page.description %} - - {% else %} - - {% endif %} - {% if page.image %} - - {% else %} - - {% endif %} - + + + + + {% if page.description %} + + {% else %} + + {% endif %} + {% if page.image %} + + {% else %} + + {% endif %} + - {% if page.chrome-webstore-item %} - - {% endif %} - - -
-
-
- Projects -
-
- Posts -
-
- GitHub -
-
- Résumé -
-
-
- {{ content }} -
- -
- + {% if page.chrome-webstore-item %} + + {% endif %} + + + +
+ {{ content }} +
+ + diff --git a/_layouts/post.html b/_layouts/post.html index ca44314..01e2484 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,10 +5,33 @@ layout: master

{{ page.title }}

-
+

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