From c4e32bbd14463a84c4f1ae304356dedb503d2583 Mon Sep 17 00:00:00 2001 From: tcx4c70 Date: Sat, 12 Feb 2022 17:08:22 +0000 Subject: [PATCH] Don't add empty line to education if there is no 'more' --- layouts/partials/section-education.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/section-education.html b/layouts/partials/section-education.html index 5c9ca45..e6c6888 100644 --- a/layouts/partials/section-education.html +++ b/layouts/partials/section-education.html @@ -2,7 +2,7 @@

{{ .name }}

{{ .university }}
- {{ if .more }}{{ .more }}{{ end }}
+ {{ if .more }}{{ .more }}
{{ end }} {{ .date }}{{ if .gpa }} | GPA: {{ .gpa }}{{ end }}
{{ end }}