Update section objective > about-me
This commit is contained in:
parent
7769b08940
commit
c4a1ddd345
3 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ skills_grouped = false
|
||||||
interests = true
|
interests = true
|
||||||
contact = false
|
contact = false
|
||||||
tagline = true
|
tagline = true
|
||||||
objective = false
|
aboutMe = false
|
||||||
projects = false
|
projects = false
|
||||||
papers = false
|
papers = false
|
||||||
avatar = true
|
avatar = true
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
<header class="flex-row">{{ partial "header" . }}</header>
|
<header class="flex-row">{{ partial "header" . }}</header>
|
||||||
|
|
||||||
<div class="leftSide">
|
<div class="leftSide">
|
||||||
{{ if .Site.Params.display.objective }}
|
{{ if .Site.Params.display.aboutMe }}
|
||||||
{{ partial "objective" . }}
|
{{ partial "about-me" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Site.Params.display.experience }}
|
{{ if .Site.Params.display.experience }}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<h1 class="section-title">Objective</h1>
|
<h1 class="section-title">About Me</h1>
|
||||||
<p>
|
<p>
|
||||||
{{ range .Site.Data.features.about }}
|
{{ range .Site.Data.features.about }}
|
||||||
{{ .details }}
|
{{ .details }}
|
Loading…
Reference in a new issue