Skip to content

Commit 0a1f9ee

Browse files
authored
Update resume.handlebars
1 parent ebad3b1 commit 0a1f9ee

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

resume.handlebars

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,16 @@
116116
{{/resume.basics}}
117117

118118

119-
{{#if resume.tooling.length}}
119+
{{#if resume.tooling.items.length}}
120120
<section id="tooling">
121121
<h2>Expertise</h2>
122-
{{#if summary}}
122+
{{#if resume.tooling.summary }}
123123
<div class="summary">
124-
<p>{{summary}}</p>
124+
<p>{{resume.tooling.summary}}</p>
125125
</div>
126126
{{/if}}
127127
<div class="split">
128-
{{#each resume.tooling}}
128+
{{#each resume.tooling.items}}
129129
<div class="category3">
130130
<h3>{{category}}</h3>
131131
{{#if entry.length}}
@@ -237,6 +237,7 @@
237237
{{#if resume.work.length}}
238238
<section id="historic">
239239
<h2>Historic Work Experience</h2>
240+
<p>Historic experience has been formatted for effective display</p>
240241
{{#each resume.work}}
241242
{{#if historic}}
242243
<button type="button" class="collapsible"><b>{{company}}</b> - {{position}} ({{{date startDate}}} - {{{date endDate}}})</button>

0 commit comments

Comments
 (0)