Merge branch 'master' into 'master'

Don't add empty line to education if there is no 'more'

See merge request mertbakir/resume-a4!2
This commit is contained in:
MERT BAKIR 2022-02-12 17:08:22 +00:00 committed by MERT BAKIR
commit b45b6f224f

View file

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