adding featuerd images back to the theme, accidentally removed
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 25 Sep 2018 19:33:42 +0000 (15:33 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 25 Sep 2018 19:33:42 +0000 (15:33 -0400)
sections/interior-page.php

index 37bd814..9c3a866 100644 (file)
@@ -3,7 +3,10 @@
 ?>
 
 <main class="page-inside">
-    <div id="feature-image" class="page-header"></div>
+    <div id="feature-image" class="page-header">  
+            <?php echo glm_get_header(); ?>
+    </div>
+
     <div id="page-title">
         <?php
             global $post;