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

github.com/ineesalmeida/almeida-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/_profile.html')
-rw-r--r--layouts/partials/_profile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/_profile.html b/layouts/partials/_profile.html
index 65b34aa..d394108 100644
--- a/layouts/partials/_profile.html
+++ b/layouts/partials/_profile.html
@@ -1,7 +1,7 @@
{{ if .Site.Data.content.Profile }}
<div id="profile" class="section">
<div class="section__heading">
- <h2 class="section__title">Profile</h2>
+ <h2 class="section__title">{{ i18n "profile" }}</h2>
</div>
<div class="section__content">
<p>{{.Site.Data.content.Profile | safeHTML }}</p>