Don't add empty line to education if there is no 'more'
This commit is contained in:
parent
c140d401bb
commit
c4e32bbd14
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