Show employer location

This commit is contained in:
Hari Kumar 2018-01-26 00:30:11 -08:00
parent 51c8451137
commit 8f3f96c723
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,7 @@
{{ employer }}
{{/if}}
</h3>
<span class="location">{{location}}</span>
<span class="tenure">{{dateRange .}}</span>
<p>{{{ summary }}}</p>
{{> highlights }}

View File

@ -107,6 +107,11 @@ p, li {
font-size: 85%;
}
.location {
line-height: 2em;
color: #6F6F6F;
}
span.keywords {
font-size: 10px;
color: #B16666;