Skip to content

Commit

Permalink
feat(work): add keywords to work items
Browse files Browse the repository at this point in the history
  • Loading branch information
biosan committed Jan 23, 2020
1 parent 989f036 commit 21f38bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/partials/work.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
<h4>{{position}}</h4>
{{/if}}

{{#if keywords.length}}
<div class="flex-container">
{{#each keywords}}
<h6 class="skill">{{.}}</h6>
{{/each}}
</div>
{{/if}}

{{#if summary}}
<p class="summary">{{summary}}</p>
{{/if}}
Expand Down

0 comments on commit 21f38bd

Please sign in to comment.