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:
commit
b45b6f224f
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue