optional GPA

This commit is contained in:
sonic182
2022-03-30 07:51:07 +02:00
parent 20580ecfce
commit b10f02eee9
+2
View File
@@ -35,12 +35,14 @@
{{ .school.name }} {{ .school.name }}
{{ end }} {{ end }}
{{ if .GPA }}
<div class="py-1"> <div class="py-1">
GPA: GPA:
<i> <i>
<small>{{ .GPA }}</small> <small>{{ .GPA }}</small>
</i> </i>
</div> </div>
{{ end }}
<div class="py-1 education-content"> <div class="py-1 education-content">
{{ .content | markdownify}} {{ .content | markdownify}}
</div> </div>