Skip to content

Commit

Permalink
Merge pull request ainsleyc#2 from jbcpollak/master
Browse files Browse the repository at this point in the history
Remove extra space before commas in the interests section
  • Loading branch information
ainsleyc committed Sep 1, 2015
2 parents 5c19db9 + e07a226 commit 1b01a8a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions resume.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<body>

<div id='resume'>

{{#resume.basics}}
<div id='nameBlock' class='largeFont'>
<span class='name'>
Expand Down Expand Up @@ -296,16 +295,16 @@
</div>
<div class='sectionContent'>
{{#each resume.interests}}
<span class='name'>{{name}}</span>
<span class='name'>{{name}}</span><!--
{{#if keywords.length}}
<span class='keywords'><em>[
--><span class='keywords'> <em>[
{{#each keywords}}
{{.}}
{{#unless @last}}, {{/unless}}
{{.}}<!--
-->{{#unless @last}}, {{/unless}}
{{/each}}
]</em></span>
]</em></span><!--
{{/if}}
{{#unless @last}}<span>,</span>{{/unless}}
-->{{#unless @last}}<span>, </span>{{/unless}}
{{/each}}
</div>
<div class='sectionLine'></div>
Expand Down

0 comments on commit 1b01a8a

Please sign in to comment.