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

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/home.html')
-rw-r--r--layouts/home.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/home.html b/layouts/home.html
index baa8102..28adde8 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -47,6 +47,10 @@
{{ partial "languages" . }}
{{ end }}
+ {{ if .Site.Params.display.certificates }}
+ {{ partial "certificates" . }}
+ {{ end }}
+
{{ if .Site.Params.display.awards }}
{{ partial "awards" . }}
{{ end }}