I just launched a site using paritti and in one section – and only one Articles » Section / Blog at the top of the page over the header image the site name appears
the source of this page has one difference – using H2 instead of H1
<!-- BEGIN: HEADER -->
<div id="ja-header" class="clearfix">
<h2><a href="/index.php">Art Spark</a></h2>
</div>
<!-- END: HEADER -->
All other pages have:
<!-- BEGIN: HEADER -->
<div id="ja-header" class="clearfix">
<h1><a href="/index.php">Art Spark</a></h1>
</div>
<!-- END: HEADER -->
Can anyone point me into the right direction to eliminate the H2 tag and replace it with a H1 tag.