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:
authorJerry Kiely <jerry@cowboysmall.com>2019-11-04 04:35:07 +0300
committerJerry Kiely <jerry@cowboysmall.com>2019-11-04 04:35:07 +0300
commit1c3a232417f251e25cd1176d2d0805e0fbca7fe9 (patch)
treeaa630c966a9f52d53235ef4b24752add550c2be3
parenta7577f12bb1f7c08089672ae3ae7adb1d18f02bd (diff)
fixed an issue - in education renamed attribute date to dates
-rw-r--r--layouts/partials/education.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/education.html b/layouts/partials/education.html
index 5cc0785..c457e8c 100644
--- a/layouts/partials/education.html
+++ b/layouts/partials/education.html
@@ -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>