Skip to content

Commit

Permalink
Merge pull request roots#1466 from kalenjohnson/patch-1
Browse files Browse the repository at this point in the history
Update page-header.php
  • Loading branch information
retlehs committed May 12, 2015
2 parents 9a02cc1 + 7ca7bb4 commit 241f7dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/page-header.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php use Roots\Sage\Titles; ?>

<div class="page-header">
<h1>
<?= Titles\title(); ?>
</h1>
<h1><?= Titles\title(); ?></h1>
</div>

0 comments on commit 241f7dc

Please sign in to comment.