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

github.com/ineesalmeida/almeida-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/_diplomas.html')
-rw-r--r--layouts/partials/_diplomas.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/_diplomas.html b/layouts/partials/_diplomas.html
index 996aa10..fc6a806 100644
--- a/layouts/partials/_diplomas.html
+++ b/layouts/partials/_diplomas.html
@@ -1,3 +1,4 @@
+{{ if .Site.Data.content.Diplomas }}
<div class="sideSection">
<div class="sideSection__heading">
<h2 class="sideSection__title">
@@ -11,4 +12,5 @@
{{ end }}
</ul>
</div>
-</div> \ No newline at end of file
+</div>
+{{ end }} \ No newline at end of file