From de3f36ee187677957d5d89d56bf129790cc6926a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 16 Jul 2015 18:02:13 -0700 Subject: some cleanup. Upadte the CSS, remove some files, etc. --- _layouts/default.html | 41 ++++++++++------------------------------- _layouts/post.html | 4 ---- _layouts/static.html | 12 ------------ 3 files changed, 10 insertions(+), 47 deletions(-) delete mode 100644 _layouts/static.html (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index c741dc9..8fb910f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,39 +1,18 @@ - + - - + + {% include header.html %} + - {{ page.title }} + - - - +
+ {{ content }} +
- + {% include footer.html %} - - - - - - - - - - - - - - - - - - -
- {{ content }} -
- - + diff --git a/_layouts/post.html b/_layouts/post.html index 0af49c3..1504149 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,9 +7,5 @@ layout: default
-
{{ content }}
- - {% include footer.html %} -
diff --git a/_layouts/static.html b/_layouts/static.html deleted file mode 100644 index 0ecad98..0000000 --- a/_layouts/static.html +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default ---- - -
-

{{page.title}}

-
- -
-
{{ content }}
- {% include footer.html %} -
-- cgit v1.2.3