From 09ad8a394bf7deae4e5e1b8dca15163933417c28 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 26 Jan 2014 22:10:02 -0800 Subject: Major rewrite to get responsive design. --- _layouts/default.html | 25 +++++++++++++++++++------ _layouts/post.html | 18 ++++++++---------- _layouts/static.html | 6 ++++-- 3 files changed, 31 insertions(+), 18 deletions(-) (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index 5691df7..89ab31f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -6,24 +6,37 @@ - + + + + {{ page.title }} | lumberjaph.net - - + {% css_asset_tag global %} + - /_assets/screen.scss + {% endcss_asset_tag %} - + + - -
{{ content }}
+ + + {% include cover.html %} + +
{{ content }}
+ + {% include footer.html %} + + + diff --git a/_layouts/post.html b/_layouts/post.html index 6014106..1801d73 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,17 +1,15 @@ --- layout: default --- -

{{ page.title }}

-
- {{ content }} +
-

+

+

{{ page.title }}

+
- {{ page.date | date_to_string }} +
+ {{ content }} +
-

- -
- -{% include footer.html %} + diff --git a/_layouts/static.html b/_layouts/static.html index 0fb107f..6cda4d7 100644 --- a/_layouts/static.html +++ b/_layouts/static.html @@ -2,6 +2,8 @@ layout: default --- -{{ content }} +
-{% include footer.html %} + {{ content }} + +
-- cgit v1.2.3