<?php endif; ?>
- <div class="panel-content">
-
+ <div id="frontpage-content" class="panel-content">
+
<div class="wrap">
-
+
<div id="frontpage-sub-title">
<span id="frontpage-sub-title-start">we do:</span><span id="frontpage-sub-title-end"> Optics. Lighting. Design.</span>
</div>
-
+
<div class="entry-content">
- <?php
- /* translators: %s: Name of current post */
- the_content( sprintf(
- __( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'twentyseventeen' ),
- get_the_title()
- ) );
- ?>
+ <?php
+ $frontpage = get_post( get_option( 'page_on_front' ) );
+ ?>
+ <?php echo apply_filters( 'the_content', get_post_field('post_content', $frontpage->ID) ); ?>
+
</div><!-- .entry-content -->
</div><!-- .wrap -->