diff --git a/_includes/head.html b/_includes/head.html
index 988bfb6..f93b263 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -2,11 +2,7 @@
{% assign title = site.name %}
{% if page.title %}
- {% if page.titlebar %}
- {% assign title = page.titlebar + " — " + title %}
- {% else %}
- {% assign title = page.title + " — " + title %}
- {% endif %}
+ {% assign title = page.title + " — " + title %}
{% endif %}
{% if page.excerpt %}
diff --git a/_posts/2018-02-25-spoilt-with-choice.md b/_posts/2018-02-25-spoilt-with-choice.md
index d40199a..f3b6f0b 100644
--- a/_posts/2018-02-25-spoilt-with-choice.md
+++ b/_posts/2018-02-25-spoilt-with-choice.md
@@ -1,7 +1,6 @@
---
layout: post
-title: Spoilt for with Choice
-titlebar: "Spoilt f̶o̶r̶ with Choice"
+title: Spoilt with Choice
category: editorial
image: spoilt-choice.png
author: "Sanjana Srivastava, Utkarsh Mujumdar, Agrim Patodia, Manan Jain"