jsonresume-theme-boilerplate
jsonresume-theme-boilerplate copied to clipboard
Close div tag in resume.hbs
Fixes: #15
You should convert your indentation from tabs to spaces.
@Ishu3101 - the rest of the code uses tabs, so I thought it better to be consistent.
I see that in the commit that you have made above, the git diff is showing extra tabs have been added before each line (as shown in the screenshot below) which means the alignment of the code is not write and what git diff is telling is that you have made changes to line 16 - 27 instead of just adding the closing div tag.

Ah right, got you. I've de-indented so the indentation follows the original way of doing it.

I noticed that you have also removed the indentation of the closing body tag as well.
Re-added, also added back the empty line directly after the opening body tag.
Great. You should squash your commits into a single commit as it makes no sense to pollute the history with 3 commits of you just fixing things. A single commit of everything correct is the correct way to go.