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 - id: certifications
translation: Awards translation: Certifications
- id: education - id: education
translation: Education translation: Education
- id: experiences - id: experiences
translation: Work Experience translation: Work Experience
- id: information - id: publication
translation: Information translation: Publication
- id: interests - id: interests
translation: Interests translation: Interests
- id: languages - id: languages

View file

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