Skip to content

Commit 9283bbb

Browse files
QWp6tretlehs
authored andcommitted
Fix: page title not displaying
1 parent 2911c3e commit 9283bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/partials/page-header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div class="page-header">
2-
<h1><?php App\title(); ?></h1>
2+
<h1><?= App\title(); ?></h1>
33
</div>

0 commit comments

Comments
 (0)