Update section-education

This commit is contained in:
mertbakir 2021-10-23 02:11:38 +03:00 committed by mertbakir
parent 1ed45a6fea
commit a67e0f4bc9
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
- name: "Msc. Industrial Engineering"
university: "Yildiz Technical University"
more: "English - with Thesis" # Optional field, if you want to add a non-standard line.
date: "2019- 2021"
gpa: "3.71 / 4.00"

View file

@ -2,6 +2,7 @@
<div class="item">
<h2 class="item-title">{{ .name }}</h2>
<span>{{ .university }}</span><br>
<span>{{ if .more }}{{ .more }}{{ end }}</span><br>
<span>{{ .date }}{{ if .gpa }} | GPA: {{ .gpa }}{{ end }}</span>
</div>
{{ end }}