mirror of
https://git.adityakumar.xyz/hugo-devresume-theme.git
synced 2024-11-09 14:59:45 +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">
|
<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 }}
|
{{ if .Site.Params.education.enable }}
|
||||||
{{ partial "education.html" . }}
|
{{ partial "education.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -13,6 +9,10 @@
|
||||||
{{ partial "awards.html" . }}
|
{{ partial "awards.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
{{ if .Site.Params.skills.enable }}
|
||||||
|
{{ partial "skills.html" . }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Site.Params.languages.enable }}
|
{{ if .Site.Params.languages.enable }}
|
||||||
{{ partial "languages.html" . }}
|
{{ partial "languages.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue