aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraditya <bluenerd@protonmail.com>2023-07-06 15:40:39 +0530
committeraditya <bluenerd@protonmail.com>2023-07-06 15:40:39 +0530
commit921af5e8bd2d817f01874d2d09886fe114860998 (patch)
tree36c6177fffef9a169dc98615423fa1aabcd64bf6
parentccd34cdca3b8316eaee6aaaad209ec002aa1d9af (diff)
move skills to index.html
-rw-r--r--i18n/en.yaml8
-rw-r--r--layouts/index.html4
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 }}
+
</div><!--//resume-main-->
{{ partial "sidebar.html" . }}