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
|
||||
contact = false
|
||||
tagline = true
|
||||
objective = false
|
||||
aboutMe = false
|
||||
projects = false
|
||||
papers = false
|
||||
avatar = true
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
<header class="flex-row">{{ partial "header" . }}</header>
|
||||
|
||||
<div class="leftSide">
|
||||
{{ if .Site.Params.display.objective }}
|
||||
{{ partial "objective" . }}
|
||||
{{ if .Site.Params.display.aboutMe }}
|
||||
{{ partial "about-me" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.display.experience }}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class="section">
|
||||
<h1 class="section-title">Objective</h1>
|
||||
<h1 class="section-title">About Me</h1>
|
||||
<p>
|
||||
{{ range .Site.Data.features.about }}
|
||||
{{ .details }}
|
Loading…
Reference in a new issue