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

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/section-education.html')
-rw-r--r--layouts/partials/section-education.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/section-education.html b/layouts/partials/section-education.html
new file mode 100644
index 0000000..80e71eb
--- /dev/null
+++ b/layouts/partials/section-education.html
@@ -0,0 +1,7 @@
+{{ range .Data.education }}
+<div class="item">
+ <h2 class="item-title">{{ .name }}</h2>
+ <span>{{ .university }}</span><br>
+ <span>{{ .date }}{{ if .gpa }} | GPA: {{ .gpa }}{{ end }}</span>
+</div>
+{{ end }}