From: Mark Otto Date: Fri, 26 Sep 2014 04:40:46 +0000 (-0700) Subject: Merge pull request #44 from cbarrick/html5 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=53d15bec08eaff30a2e3fdbbdde79aee0ef8028a;hp=406bb1dc6e3fe9f07df2729413862ce8fffce601;p=blog Merge pull request #44 from cbarrick/html5 Better HTML 5 semantics --- diff --git a/_layouts/default.html b/_layouts/default.html index 87ee3eb..62aa259 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -6,20 +6,22 @@
-
+

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

-
+ - {{ content }} +
+ {{ content }} +
- +
+ + © . All rights reserved. + +
diff --git a/_layouts/page.html b/_layouts/page.html index 4e0d4eb..960f767 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 c027477..576bba8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,13 +2,13 @@ layout: default --- -
+

{{ page.title }}

- + {{ content }} -
+ - + diff --git a/index.html b/index.html index edbc6b1..ff6de99 100644 --- a/index.html +++ b/index.html @@ -5,17 +5,17 @@ title: Home
{% for post in paginator.posts %} -
+

{{ post.title }}

- + {{ post.content }} -
+ {% endfor %}