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

github.com/aerohub/hugo-orbit-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/education.html')
-rw-r--r--layouts/partials/education.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/education.html b/layouts/partials/education.html
index 7bb716d..d9a91b3 100644
--- a/layouts/partials/education.html
+++ b/layouts/partials/education.html
@@ -1,5 +1,5 @@
<div class="education-container container-block">
- <h2 class="container-block-title">{{ .Site.Params.education.title }}</h2>
+ <h2 class="container-block-title">{{ i18n "education" }}</h2>
{{ range .Site.Params.education.list }}
<div class="item">
<h4 class="degree">{{ .degree }}</h4>
@@ -7,4 +7,4 @@
<div class="time">{{ .dates }}</div>
</div><!--//item-->
{{ end }}
- </div><!--//education-container--> \ No newline at end of file
+ </div><!--//education-container-->