diff --git a/layouts/partials/misc/certifications.html b/layouts/partials/misc/certifications.html new file mode 100644 index 0000000..f81f7a4 --- /dev/null +++ b/layouts/partials/misc/certifications.html @@ -0,0 +1,8 @@ +
+
+ + {{ .name }} + +
+
+ diff --git a/layouts/partials/sections/about.html b/layouts/partials/sections/about.html index 2999b99..c6a6ca8 100644 --- a/layouts/partials/sections/about.html +++ b/layouts/partials/sections/about.html @@ -48,6 +48,9 @@
+ {{ range .certifications }} + {{ partial "misc/certifications.html" . }} + {{ end }} {{ range .softSkills }} {{ partial "misc/soft-skills.html" . }} {{ end }}