diff --git a/i18n/en.yaml b/i18n/en.yaml index 474c8f1..e400482 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,11 +1,11 @@ -- id: awards - translation: Awards +- id: certifications + translation: Certifications - id: education translation: Education - id: experiences translation: Work Experience -- id: information - translation: Information +- id: publication + translation: Publication - id: interests translation: Interests - id: languages diff --git a/layouts/index.html b/layouts/index.html index 144b9e0..f548728 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -44,6 +44,10 @@ {{ partial "information.html" . }} {{ end }} + {{ if .Site.Params.skills.enable }} + {{ partial "skills.html" . }} + {{ end }} + {{ partial "sidebar.html" . }}