diff --git a/wp-content/themes/twentyseventeen/front-page.php b/wp-content/themes/twentyseventeen/front-page.php
index a169ad2..a1cf423 100644
|
a
|
b
|
get_header(); ?> |
| 17 | 17 | <div id="primary" class="content-area"> |
| 18 | 18 | <main id="main" class="site-main" role="main"> |
| 19 | 19 | |
| 20 | | <?php // Show the selected frontpage content. |
| | 20 | <?php // Show the selected front page content. |
| 21 | 21 | if ( have_posts() ) : |
| 22 | 22 | while ( have_posts() ) : the_post(); |
| 23 | 23 | get_template_part( 'template-parts/page/content', 'front-page' ); |