#38 Use correct sturcture for HTML heading tags

This commit is contained in:
Stephen Cox
2018-11-30 14:44:51 +00:00
committed by Nick Sellen
parent d6d1723880
commit 628d515799
5 changed files with 114 additions and 115 deletions

View File

@ -12,7 +12,7 @@
<div id="page-banner">
<div class="row">
<div class="small-centered small-12 medium-10 large-8 columns">
<h2>{{ page.heading }}</h2>
<h1>{{ page.heading }}</h1>
</div>
</div>
</div>