Give pages unique H1s

This commit is contained in:
Rowan Manning
2013-10-03 14:49:36 +01:00
parent 872cabc0e0
commit 84d36d383b
6 changed files with 19 additions and 8 deletions

View File

@@ -1,7 +1,10 @@
<header>
<div role="banner" class="header">
<div class="container">
<h1><a href="/">pa11y dashboard</a> - <span class="h3">your automated accessibility testing pal</span></h1>
{{#if isHomePage}}<h1>{{else}}<div class="h1">{{/if}}
<a href="/">pa11y dashboard</a> -
<span class="h3">your automated accessibility testing pal</span>
{{#if isHomePage}}</h1>{{else}}</div>{{/if}}
</div>
</div>
</header>