This commit is contained in:
gurusabarish
2022-04-09 17:19:10 +05:30
9 changed files with 42 additions and 43 deletions
+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 }}