improved navigation selection and fixed mobile nav select

This commit is contained in:
Brandon Mathis
2011-07-21 15:32:10 -04:00
parent 16b03308bd
commit b4584bd01c
3 changed files with 4 additions and 4 deletions

View File

@ -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 }}