move skills to index.html

This commit is contained in:
aditya 2023-07-06 15:40:39 +05:30
parent ccd34cdca3
commit 921af5e8bd
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU
2 changed files with 8 additions and 4 deletions

View file

@ -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

View file

@ -44,6 +44,10 @@
{{ partial "information.html" . }}
{{ end }}
{{ if .Site.Params.skills.enable }}
{{ partial "skills.html" . }}
{{ end }}
</div><!--//resume-main-->
{{ partial "sidebar.html" . }}