From c4a1ddd345f5add274734491f5e1819fa81a43d8 Mon Sep 17 00:00:00 2001 From: mertbakir <2335694-mertbakir@users.noreply.gitlab.com> Date: Tue, 1 Sep 2020 16:27:47 +0300 Subject: [PATCH] Update section objective > about-me --- exampleSite/config.toml | 2 +- layouts/home.html | 4 ++-- layouts/partials/{objective.html => about-me.html} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename layouts/partials/{objective.html => about-me.html} (71%) 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 }}