Index: src/wp-content/themes/twentyfourteen/functions.php
===================================================================
--- src/wp-content/themes/twentyfourteen/functions.php	(revision 25447)
+++ src/wp-content/themes/twentyfourteen/functions.php	(working copy)
@@ -127,7 +127,7 @@
 
 		$featured_posts = apply_filters( 'twentyfourteen_get_featured_posts', array() );
 
-	return is_array( $featured_posts ) && count( $featured_posts ) > absint( $minimum );
+	return is_array( $featured_posts ) && count( $featured_posts ) >= absint( $minimum );
 }
 
 /**
