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

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/education.html')
-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 f49340f..1933d4d 100644
--- a/layouts/partials/education.html
+++ b/layouts/partials/education.html
@@ -1,4 +1,4 @@
-{{ range.Site.Params.education.list }}
+{{ range .Site.Params.education.list }}
<dl>
<dt>{{ .degree }}</dt>
<dd class="mb-0 ml-3">{{ .dates }} &middot; {{ .college }}</dd>