Skip to content

Commit

Permalink
Merge pull request #71 from tomusborne/release/2.1.3
Browse files Browse the repository at this point in the history
Release/2.1.3
  • Loading branch information
tomusborne authored Jul 3, 2018
2 parents 83c731f + 0d1c447 commit 35fe967
Show file tree
Hide file tree
Showing 37 changed files with 597 additions and 532 deletions.
4 changes: 2 additions & 2 deletions 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
*
* @since 2.0
*/
do_action( 'generate_after_primary_content_area' );
do_action( 'generate_after_primary_content_area' );

generate_construct_sidebars();
generate_construct_sidebars();

get_footer();
4 changes: 2 additions & 2 deletions archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
*
* @since 2.0
*/
do_action( 'generate_after_primary_content_area' );
do_action( 'generate_after_primary_content_area' );

generate_construct_sidebars();
generate_construct_sidebars();

get_footer();
4 changes: 4 additions & 0 deletions css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,8 @@ nav.toggled ul ul.sub-menu {
margin-bottom: 1.5em;
width: 100% !important;
}

.entry-meta {
font-size: inherit;
}
}
2 changes: 1 addition & 1 deletion css/mobile.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

// Set our theme version.
define( 'GENERATE_VERSION', '2.1.2' );
define( 'GENERATE_VERSION', '2.1.3' );

if ( ! function_exists( 'generate_setup' ) ) {
add_action( 'after_setup_theme', 'generate_setup' );
Expand All @@ -38,7 +38,7 @@ function generate_setup() {
'height' => 70,
'width' => 350,
'flex-height' => true,
'flex-width' => true
'flex-width' => true,
) );

// Register primary menu.
Expand Down
Loading

0 comments on commit 35fe967

Please sign in to comment.