Skip to content

Commit

Permalink
bugfix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fovoc committed Aug 26, 2014
1 parent c180b6b commit 9c297f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 35 deletions.
33 changes: 0 additions & 33 deletions home.php

This file was deleted.

7 changes: 5 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?php
<header>
<title><?php echo shoestrap_title(); ?></title>
<h1 class="entry-title"><?php echo shoestrap_title(); ?></h1>
</header>

echo apply_filters( 'shoestrap_title_section', '<header><title>' . shoestrap_title() . '</title><h1 class="entry-title">' . shoestrap_title() . '</h1></header>' );
<?php

do_action( 'shoestrap_index_begin' );

Expand Down

0 comments on commit 9c297f8

Please sign in to comment.