optional GPA

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