diff --git a/inc/jetpack.php b/inc/jetpack.php index f8257ee8..e7367ed1 100644 --- a/inc/jetpack.php +++ b/inc/jetpack.php @@ -33,9 +33,9 @@ function _s_infinite_scroll_render() { while ( have_posts() ) { the_post(); if ( is_search() ) : - get_template_part( 'template-parts/content', 'search' ); + get_template_part( 'template-parts/content', 'search' ); else : - get_template_part( 'template-parts/content', get_post_format() ); + get_template_part( 'template-parts/content', get_post_format() ); endif; } } diff --git a/sass/style.scss b/sass/style.scss index 3ccdede5..661d1d62 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -35,7 +35,7 @@ Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ # Clearings # Widgets # Content - ## Posts and pages + ## Posts and pages ## Comments # Infinite scroll # Media