From 1c3a232417f251e25cd1176d2d0805e0fbca7fe9 Mon Sep 17 00:00:00 2001 From: Jerry Kiely Date: Mon, 4 Nov 2019 01:35:07 +0000 Subject: fixed an issue - in education renamed attribute date to dates --- layouts/partials/education.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
  • {{ .degree }}
    {{ .university }}
    -
    {{ .date }}
    +
    {{ .dates }}
  • {{ end }} -- cgit v1.2.3