minor change to awards partial - added separate date

This commit is contained in:
Jerry Kiely 2019-11-04 01:44:23 +00:00
parent 1c3a232417
commit a85919e305
2 changed files with 5 additions and 2 deletions

View file

@ -121,10 +121,12 @@ googleAnalytics = "UA-XXXXXXX-Y"
[[params.awards.list]]
name = "Award Lorem Ipsum"
body = "Microsoft lorem ipsum (2019)"
body = "Microsoft lorem ipsum"
date = "2019"
[[params.awards.list]]
name = "Award Donec Sodales"
body = "Oracle Aenean (2017)"
body = "Oracle Aenean"
date = "2017"

View file

@ -7,6 +7,7 @@
<li class="mb-3">
<div class="font-weight-bold">{{ .name }}</div>
<div class="text-muted">{{ .body }}</div>
<div class="text-muted">{{ .date }}</div>
</li>
{{ end }}
</ul>