Index: src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
===================================================================
--- src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php	(revision 47338)
+++ src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php	(working copy)
@@ -46,6 +46,12 @@
 							get_the_title()
 						)
 					);
+					wp_link_pages(
+						array(
+							'before' => '<div class="page-links">' . __( 'Pages:', 'twentyseventeen' ),
+							'after'  => '</div>',
+						)
+					);
 					?>
 			</div><!-- .entry-content -->
 
Index: src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php
===================================================================
--- src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php	(revision 47338)
+++ src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php	(working copy)
@@ -43,6 +43,12 @@
 							get_the_title()
 						)
 					);
+					wp_link_pages(
+						array(
+							'before' => '<div class="page-links">' . __( 'Pages:', 'twentyseventeen' ),
+							'after'  => '</div>',
+						)
+					);
 					?>
 			</div><!-- .entry-content -->
 
