Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

Commit

Permalink
fix #16 'removing all proficiencies throws TypeError'
Browse files Browse the repository at this point in the history
  • Loading branch information
phivk authored and lowmess committed Dec 3, 2017
1 parent fe3ddbb commit f050938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default.pug
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ body.bg-white.bg-light-gray-page.bg-white-p.dark-gray(class= process.env.NODE_EN
- for (var i = 0; i < site.schools; i++)
+experience(collections.education[i])

if person.proficiencies.length > 0
if person.proficiencies
+section
+left-column
+section-title('Proficiencies')
Expand Down

0 comments on commit f050938

Please sign in to comment.