Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Sep 27, 2013
1 parent 30560fa commit d84f471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions front-page.php
Expand Up @@ -3,10 +3,9 @@


if ( 'posts' == get_option( 'show_on_front' ) ):
get_template_part( 'page', '' );
include( get_home_template());
else:

update_option('current_page_template','front-page');
?>

<?php get_header(); ?>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://baseplatedesigns.com/?page-id=Home&post-id=2
Description: A simplistic gray and orange theme built for business. fully responsive layout made to look great on any device.
Author: Base Plate
Author URI: http://www.baseplatedesigns.com/
Version: 2.3.2
Version: 2.3.4
License: GNU General Public License v2 or later0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: gray, orange, blue, three-columns, two-columns, right-sidebar
Expand Down

0 comments on commit d84f471

Please sign in to comment.