From 2b38daafc25ff39a86821993c4aedcf2c327bc37 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 20 Sep 2010 15:55:36 +0200 Subject: playing with HTML5 --- _layouts/default.html | 41 ++++++++++++++++++++++------------------- _layouts/post.html | 37 +++++++------------------------------ 2 files changed, 29 insertions(+), 49 deletions(-) (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index 0bff272..283b40c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,19 +1,18 @@ - + - - + {{ page.title }} - - + + - - + + - + {% include analytics.html %} @@ -21,17 +20,20 @@
- - + + {{ content }} - + +
+
diff --git a/_layouts/post.html b/_layouts/post.html index c79b965..1760051 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,34 +2,11 @@ layout: default ---
-

- {{ page.title }} -

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

{{ page.title }}

+
+
published
+ {{ content }} +

-
-
- - -blog comments powered by Disqus - - -
-
\ No newline at end of file + {% include disqus.html %} + -- cgit v1.2.3