aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_layouts
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-07-21 15:32:10 -0400
committerBrandon Mathis <brandon@imathis.com>2011-07-24 17:22:33 -0400
commitb4584bd01cce557d98c8cb738da0a87e2d8dd0c5 (patch)
tree2cfc5b8397f1e16869addb44860511d5dd0bec7c /.themes/classic/source/_layouts
parent16b03308bdc08cc7fd7b52a6e1dc19338bff412a (diff)
downloadmy_new_personal_website-b4584bd01cce557d98c8cb738da0a87e2d8dd0c5.tar.xz
my_new_personal_website-b4584bd01cce557d98c8cb738da0a87e2d8dd0c5.zip
improved navigation selection and fixed mobile nav select
Diffstat (limited to '.themes/classic/source/_layouts')
-rw-r--r--.themes/classic/source/_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_layouts/default.html b/.themes/classic/source/_layouts/default.html
index f3c24005..5b6240de 100644
--- a/.themes/classic/source/_layouts/default.html
+++ b/.themes/classic/source/_layouts/default.html
@@ -2,7 +2,7 @@
{% include head.html %}
<body {% if page.body_id %} id="{{ page.body_id }}" {% endif %} {% if page.sidebar == false %} class="no-sidebar" {% endif %}>
<header>{% include header.html %}</header>
- <nav>{% include navigation.html %}</nav>
+ <nav role=navigation>{% include navigation.html %}</nav>
<div id="main">
<div id="content">
{{ content | expand_urls: root_url | smart_quotes }}