mirror of
https://git.adityakumar.xyz/hugo-devresume-theme.git
synced 2024-11-09 14:59:45 +00:00
fixed an issue - in education renamed attribute date to dates
This commit is contained in:
parent
a7577f12bb
commit
1c3a232417
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<li class="mb-3">
|
<li class="mb-3">
|
||||||
<div class="resume-degree font-weight-bold">{{ .degree }}</div>
|
<div class="resume-degree font-weight-bold">{{ .degree }}</div>
|
||||||
<div class="resume-degree-org text-muted">{{ .university }}</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>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue