Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormertbakir <2335694-mertbakir@users.noreply.gitlab.com>2020-09-01 16:27:47 +0300
committermertbakir <mertbakxr@gmail.com>2020-09-01 16:27:47 +0300
commitc4a1ddd345f5add274734491f5e1819fa81a43d8 (patch)
tree3366d99c171132b7cf282c7934559efe54e75e0b
parent7769b08940b1aadbcbe784f18a7e85d88037c2f6 (diff)
Update section objective > about-me
-rw-r--r--exampleSite/config.toml2
-rw-r--r--layouts/home.html4
-rw-r--r--layouts/partials/about-me.html (renamed from layouts/partials/objective.html)2
3 files changed, 4 insertions, 4 deletions
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 @@
<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 }}
diff --git a/layouts/partials/objective.html b/layouts/partials/about-me.html
index cc02a0a..fd860d8 100644
--- a/layouts/partials/objective.html
+++ b/layouts/partials/about-me.html
@@ -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 }}