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:
Diffstat (limited to 'layouts/partials/experience.html')
-rw-r--r--layouts/partials/experience.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/experience.html b/layouts/partials/experience.html
index b1068e8..8db7e59 100644
--- a/layouts/partials/experience.html
+++ b/layouts/partials/experience.html
@@ -1,5 +1,5 @@
<div class="section">
- <h1 class="section-title">Experience</h1>
+ <h1 class="section-title">{{ .Site.Params.title_as.experience }}</h1>
{{ $companies := slice }}
{{ range .Site.Data.experience }}
{{ $companies = $companies | append .company }}