diff --git a/exampleSite/config.toml b/exampleSite/config.toml index be519f1..06f5d53 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -18,7 +18,7 @@ skills_grouped = false interests = true contact = false tagline = true -objective = false +aboutMe = false projects = false papers = false avatar = true diff --git a/layouts/home.html b/layouts/home.html index 8b115fb..baa8102 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -20,8 +20,8 @@
{{ partial "header" . }}
- {{ if .Site.Params.display.objective }} - {{ partial "objective" . }} + {{ if .Site.Params.display.aboutMe }} + {{ partial "about-me" . }} {{ end }} {{ if .Site.Params.display.experience }} diff --git a/layouts/partials/objective.html b/layouts/partials/about-me.html similarity index 71% rename from layouts/partials/objective.html rename to layouts/partials/about-me.html index cc02a0a..fd860d8 100644 --- a/layouts/partials/objective.html +++ b/layouts/partials/about-me.html @@ -1,5 +1,5 @@
-

Objective

+

About Me

{{ range .Site.Data.features.about }} {{ .details }}