✨ provide ability to show certification badges in about section
Signed-off-by: jbleduigou <jb.leduigou@gmail.com>
This commit is contained in:
parent
89a3334d16
commit
7e183d2cba
2 changed files with 11 additions and 0 deletions
|
@ -48,6 +48,9 @@
|
|||
<!-- soft skills circular-progressbar -->
|
||||
<div class="col-sm-6 pt-5 pl-md-4 pl-sm-3 pt-sm-0">
|
||||
<div class="row">
|
||||
{{ range .certifications }}
|
||||
{{ partial "misc/certifications.html" . }}
|
||||
{{ end }}
|
||||
{{ range .softSkills }}
|
||||
{{ partial "misc/soft-skills.html" . }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue