File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 116
116
{{ /resume.basics }}
117
117
118
118
119
- {{ #if resume.tooling.length }}
119
+ {{ #if resume.tooling.items. length }}
120
120
<section id =" tooling" >
121
121
<h2 >Expertise</h2 >
122
- {{ #if summary }}
122
+ {{ #if resume.tooling. summary }}
123
123
<div class =" summary" >
124
- <p >{{ summary }} </p >
124
+ <p >{{ resume.tooling. summary}} </p >
125
125
</div >
126
126
{{ /if }}
127
127
<div class =" split" >
128
- {{ #each resume.tooling }}
128
+ {{ #each resume.tooling.items }}
129
129
<div class =" category3" >
130
130
<h3 >{{ category }} </h3 >
131
131
{{ #if entry.length }}
237
237
{{ #if resume.work.length }}
238
238
<section id =" historic" >
239
239
<h2 >Historic Work Experience</h2 >
240
+ <p >Historic experience has been formatted for effective display</p >
240
241
{{ #each resume.work }}
241
242
{{ #if historic }}
242
243
<button type =" button" class =" collapsible" ><b >{{ company }} </b > - {{ position }} ({{{ date startDate }}} - {{{ date endDate }}} )</button >
You can’t perform that action at this time.
0 commit comments