mirror of
https://github.com/ineesalmeida/almeida-cv.git
synced 2025-05-14 05:55:17 +00:00
Add websites to index, remove projects
This commit is contained in:
parent
94959d45e1
commit
7a6e54e1c3
1 changed files with 3 additions and 2 deletions
|
@ -13,9 +13,9 @@
|
|||
<h1 class="mainHeading">{{ $data.BasicInfo.FirstName }} <span>{{ $data.BasicInfo.LastName }}</span></h1>
|
||||
{{ partial "_profile.html" $data }}
|
||||
{{ partial "_experience.html" $data }}
|
||||
{{ partial "_projects.html" $data }}
|
||||
{{ partial "_education.html" $data }}
|
||||
{{/* {{ partial "_projects.html" $data }} */}}
|
||||
{{ partial "_travel.html" $data }}
|
||||
{{ partial "_education.html" $data }}
|
||||
{{ partial "_references.html" $data }}
|
||||
</div>
|
||||
{{ if .Site.Params.swapColumns }}
|
||||
|
@ -27,6 +27,7 @@
|
|||
{{ partial "_contacts.html" $data }}
|
||||
{{ partial "_skills.html" $data }}
|
||||
{{ partial "_certifications.html" $data }}
|
||||
{{ partial "_websites.html" $data }}
|
||||
{{ partial "_languages.html" $data }}
|
||||
{{ partial "_diplomas.html" $data }}
|
||||
{{ partial "_interests.html" $data }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue