H1 tags are used twice in the Theme code.
In the basic WO General Settings the Title is showing as an H1 tag when I look at the page source code, but so is the page title. As only 1 H1 tag is allowed how can I change the Page Title Tag to H2?
I see <div class="row">
<hgroup>
<h1 id="site-title">
and
<header>
<h1><a href="http://www.mysite.com/" rel="bookmark">Directory</a></h1>
</header>