Skip to content

Commit

Permalink
Fix: page title not displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t authored and retlehs committed Mar 11, 2016
1 parent 2911c3e commit 9283bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/page-header.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="page-header">
<h1><?php App\title(); ?></h1>
<h1><?= App\title(); ?></h1>
</div>

0 comments on commit 9283bbb

Please sign in to comment.