Update page-header.php

This was always kind of strange to me, everything else seems to be preferred to be on a single line.
This commit is contained in:
Kalen Johnson
2015-05-11 17:16:12 -07:00
parent 9a02cc1292
commit 7ca7bb4a73

View File

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