fixed an issue - in education renamed attribute date to dates

This commit is contained in:
Jerry Kiely 2019-11-04 01:35:07 +00:00
parent a7577f12bb
commit 1c3a232417

View file

@ -7,7 +7,7 @@
<li class="mb-3">
<div class="resume-degree font-weight-bold">{{ .degree }}</div>
<div class="resume-degree-org text-muted">{{ .university }}</div>
<div class="resume-degree-time text-muted">{{ .date }}</div>
<div class="resume-degree-time text-muted">{{ .dates }}</div>
</li>
{{ end }}
</ul>