From a9a901c1362f6a4d6004f445629077e7633abb28 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Wed, 21 Sep 2011 14:48:38 +0200 Subject: Fixed misuse of ARIA roles (see http://dev.opera.com/articles/view/introduction-to-wai-aria/) --- .themes/classic/source/_layouts/default.html | 6 +++--- .themes/classic/source/_layouts/page.html | 4 ++-- .themes/classic/source/_layouts/post.html | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to '.themes/classic/source/_layouts') diff --git a/.themes/classic/source/_layouts/default.html b/.themes/classic/source/_layouts/default.html index d84da44c..17c4e664 100644 --- a/.themes/classic/source/_layouts/default.html +++ b/.themes/classic/source/_layouts/default.html @@ -1,14 +1,14 @@ {% capture root_url %}{{ site.root | strip_slash }}{% endcapture %} {% include head.html %} -
{% include header.html %}
- +
{% include header.html %}
+
{{ content | expand_urls: root_url }}
- + {% include disqus.html %} {% include google_analytics.html %} {% include google_plus_one.html %} diff --git a/.themes/classic/source/_layouts/page.html b/.themes/classic/source/_layouts/page.html index 20c17452..4edd3ed5 100644 --- a/.themes/classic/source/_layouts/page.html +++ b/.themes/classic/source/_layouts/page.html @@ -3,7 +3,7 @@ layout: default ---
-
+
{% if page.title %}

{{ page.title | titlecase }}

@@ -32,7 +32,7 @@ layout: default {% endif %}
{% unless page.sidebar == false %} -