diff --git a/layouts/index.html b/layouts/index.html index 14341f7..ffa4517 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,13 +5,13 @@ {{- .Site.Title -}} - - - - + + + + - - + + {{ template "_internal/google_analytics.html" . }} {{- partial "sections/v1/head.html" . -}} @@ -23,6 +23,7 @@ {{- partial "sections/v1/do_things.html" . -}} {{- partial "sections/v1/projects.html" . -}} {{- partial "sections/v1/contact.html" . -}} + {{- partial "sections/v1/footer.html" . -}} {{- partial "sections/v1/scripts.html" . -}} @@ -30,11 +31,11 @@ {{- .Site.Title -}} - + - + + media="all"> {{ template "_internal/google_analytics.html" . }} {{- partial "sections/v2/head.html" . -}} @@ -51,17 +52,15 @@ {{- .Site.Title -}} - + - - - + + {{ template "_internal/google_analytics.html" . }} {{- partial "sections/v3/head.html" . -}} - - + + @@ -76,53 +75,61 @@
{{- partial "sections/v3/navbar.html" . -}} + {{ if .Site.Params.disable_home }} {{ else }} {{- partial "sections/v3/home.html" . -}} {{ end }} + {{ if .Site.Params.disable_about }} {{ else }} {{- partial "sections/v3/about.html" . -}} {{ end }} + {{ if .Site.Params.disable_experience }} {{ else }} {{- partial "sections/v3/experience.html" . -}} {{ end }} + {{ if .Site.Params.disable_education }} {{ else }} {{- partial "sections/v3/education.html" . -}} {{ end }} + {{ if .Site.Params.disable_projects }} {{ else }} {{- partial "sections/v3/projects.html" . -}} {{ end }} + {{ if .Site.Params.disable_achievements }} {{ else }} {{- partial "sections/v3/achievements.html" . -}} {{ end }} + {{ if .Site.Params.disable_contact }} {{ else }} {{- partial "sections/v3/contact.html" . -}} {{ end }} + {{- partial "sections/v3/footer.html" . -}} {{- partial "sections/v3/scripts.html" . -}}
{{ else }} + {{ end }} \ No newline at end of file diff --git a/layouts/partials/sections/v3/achievements.html b/layouts/partials/sections/v3/achievements.html index af3f9a7..39dcd2d 100644 --- a/layouts/partials/sections/v3/achievements.html +++ b/layouts/partials/sections/v3/achievements.html @@ -4,8 +4,10 @@
Achievements
- {{ range .Site.Params.achievements }} {{ if .img }} {{ $img = .img }} {{ - end }} + {{ range .Site.Params.achievements }} + {{ if .img }} + {{ $img = .img }} + {{ end }}