From 921af5e8bd2d817f01874d2d09886fe114860998 Mon Sep 17 00:00:00 2001 From: aditya Date: Thu, 6 Jul 2023 15:40:39 +0530 Subject: [PATCH] move skills to index.html --- i18n/en.yaml | 8 ++++---- layouts/index.html | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) 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" . }}