optional GPA
This commit is contained in:
@@ -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>
|
||||||
@@ -61,4 +63,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user