diff --git a/bl-themes/future-imperfect/php/home.php b/bl-themes/future-imperfect/php/home.php
index 61ce98f2..9712a7b0 100644
--- a/bl-themes/future-imperfect/php/home.php
+++ b/bl-themes/future-imperfect/php/home.php
@@ -29,6 +29,13 @@
+
+ coverImage()) {
+ echo '';
+ }
+ ?>
+
content(false) ?>
diff --git a/bl-themes/future-imperfect/php/page.php b/bl-themes/future-imperfect/php/page.php
index 1869e82a..3b7bc136 100644
--- a/bl-themes/future-imperfect/php/page.php
+++ b/bl-themes/future-imperfect/php/page.php
@@ -11,10 +11,17 @@
+
+ coverImage()) {
+ echo '
';
+ }
+ ?>
+
content() ?>
-
+
\ No newline at end of file
diff --git a/bl-themes/future-imperfect/php/post.php b/bl-themes/future-imperfect/php/post.php
index 020a248b..a071c235 100644
--- a/bl-themes/future-imperfect/php/post.php
+++ b/bl-themes/future-imperfect/php/post.php
@@ -27,6 +27,13 @@
+
+ coverImage()) {
+ echo '
';
+ }
+ ?>
+
content() ?>
@@ -48,4 +55,4 @@
-
+
\ No newline at end of file
diff --git a/bl-themes/pure/php/home.php b/bl-themes/pure/php/home.php
index d8f65503..798dd0e8 100644
--- a/bl-themes/pure/php/home.php
+++ b/bl-themes/pure/php/home.php
@@ -37,6 +37,11 @@