mirror of
https://git.adityakumar.xyz/hugo-devresume-theme.git
synced 2024-11-21 19:42:52 +00:00
changed sidebar ordering
This commit is contained in:
parent
b4ea58d23a
commit
0beb4b59d4
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,6 @@
|
|||
<aside class="resume-aside col-12 col-lg-4 col-xl-3 px-lg-4 pb-lg-4">
|
||||
|
||||
|
||||
{{ if .Site.Params.skills.enable }}
|
||||
{{ partial "skills.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.education.enable }}
|
||||
{{ partial "education.html" . }}
|
||||
{{ end }}
|
||||
|
@ -13,6 +9,10 @@
|
|||
{{ partial "awards.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.skills.enable }}
|
||||
{{ partial "skills.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.languages.enable }}
|
||||
{{ partial "languages.html" . }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue