diff --git a/_layouts/post.html b/_layouts/post.html
index e5ebd03..f31fa20 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,11 +1,12 @@
---
layout: layout
---
-
-{% if page.image %}
-
-

-
+{% if page.isImageCover != false %}
+ {% if page.image %}
+
+

+
+ {% endif %}
{% endif %}
@@ -20,4 +21,12 @@ layout: layout
{{ content }}
-
\ No newline at end of file
+
+
+{% if page.isImageCover == false %}
+ {% if page.image %}
+
+

+
+ {% endif %}
+{% endif %}
\ No newline at end of file
diff --git a/_posts/2014-09-30-elective-selection-algorithm.md b/_posts/2014-09-30-elective-selection-algorithm.md
index 1f4eb97..2aa4e59 100644
--- a/_posts/2014-09-30-elective-selection-algorithm.md
+++ b/_posts/2014-09-30-elective-selection-algorithm.md
@@ -3,4 +3,12 @@ layout: post
image: elective.jpg
categories: [wona, column]
tag:
+isImageCover: false
---
+
+Are you totally flummoxed after seeing the elective registration list?
+Does the sound of 'Fiction of the Indian Diaspora' gives you constipation?
+Or
+Are you stuck choosing between the elective which has your crush and the one which guarantees you a dassi?
+
+Fear not, ladies and gentlemen of IITR. Watch Out! News Agency proudly presents the solution to all your problems (which you must have, as always, left for the last minute): The Elective Selection Algorithm.
\ No newline at end of file