Remove strikethrough

This commit is contained in:
Ketan Gupta
2018-02-25 22:09:05 +05:30
parent 3e6e406789
commit 9cd7939762
2 changed files with 2 additions and 7 deletions

View File

@ -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 %}

View File

@ -1,7 +1,6 @@
---
layout: post
title: Spoilt <s>for</s> 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"