Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/awards.html')
-rw-r--r--layouts/partials/awards.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/awards.html b/layouts/partials/awards.html
index 4c75ebd..da74f12 100644
--- a/layouts/partials/awards.html
+++ b/layouts/partials/awards.html
@@ -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>