Merge pull request #1466 from kalenjohnson/patch-1

Update page-header.php
This commit is contained in:
Ben Word
2015-05-11 19:28:07 -05:00

View File

@@ -1,7 +1,5 @@
<?php use Roots\Sage\Titles; ?>
<div class="page-header">
<h1>
<?= Titles\title(); ?>
</h1>
<h1><?= Titles\title(); ?></h1>
</div>