Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/sections/education.html')
-rw-r--r--layouts/partials/sections/education.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/sections/education.html b/layouts/partials/sections/education.html
index ca4f3b5..f2a5f04 100644
--- a/layouts/partials/sections/education.html
+++ b/layouts/partials/sections/education.html
@@ -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 }} \ No newline at end of file
+{{ end }}