gdgbaroda / gdgbaroda.github.io

GDG Baroda Website
Apache License 2.0
10 stars 17 forks source link

Fix duplicate IWD post and its clutters. #75

Closed passionInfinite closed 5 years ago

passionInfinite commented 5 years ago

Description of the Change

Fix for the issue #74 opened by @HackyRoot .

Benefits

There will be no IWD duplicate post and only the events/iwd url will work. The iwd post in events is clean and has no clutters in images.

Possible Drawbacks

No Drawbacks as only the duplicate IWD post is removed.

Verification Process

Step 1: Deleted the duplicate IWD post from the _posts folder. Step 2: Run the jekyll dev server bundle exec jekyll serve Step 3: opened the Duplicate Post link and verified it should return 404 Not Found Step 4: opened the Original Post link and verified the post is rendered correctly and there are no clutters.

Does this PR match the guidelines documented in the Contributing Guide?

Yes