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>2021-02-12 22:01:55 +0300
committermertbakir <mertbakxr@gmail.com>2021-02-12 22:01:55 +0300
commitbd132b183c649d8f89af641cbd6bf1c3c9f43ad7 (patch)
treeabfa6ae7993edf1ac09bc93197dd7fd969f50f3e /layouts/partials/interests.html
parentedf3c45e6f0b82aaf3720cd63678aa0463a1e99a (diff)
Certifications section added. Section titles are customizable.
Diffstat (limited to 'layouts/partials/interests.html')
-rw-r--r--layouts/partials/interests.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/interests.html b/layouts/partials/interests.html
index 4f4b44c..4720d13 100644
--- a/layouts/partials/interests.html
+++ b/layouts/partials/interests.html
@@ -1,5 +1,5 @@
<div class="section">
- <h1 class="section-title">Interests</h1>
+ <h1 class="section-title">{{ .Site.Params.title_as.interests }}</h1>
<div class="item">
{{ range .Site.Data.features.interests }}
<li>{{.}}</li>