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

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOscar Lopez <oscareduardolp6@gmail.com>2022-08-18 01:48:02 +0300
committerOscar Lopez <oscareduardolp6@gmail.com>2022-08-18 01:48:02 +0300
commitc4012c41014544c5fa4758523d41c0969c0c9abb (patch)
tree6ec2a7cb5421c9efde9aeca9a358ac89d6690631
parent4d6010713b7a8f55303402dcc2e641d10b1db351 (diff)
Added missing dot
-rw-r--r--layouts/partials/sections/education.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sections/education.html b/layouts/partials/sections/education.html
index 922c798..3141b1e 100644
--- a/layouts/partials/sections/education.html
+++ b/layouts/partials/sections/education.html
@@ -1,7 +1,7 @@
{{ if .Site.Params.education.enable | default false }}
<section id="education" class="py-5">
<div class="container">
- <h3 class="text-center">{{ Site.Params.education.title | default "Education" }}</h3>
+ <h3 class="text-center">{{ .Site.Params.education.title | default "Education" }}</h3>
<div class="row justify-content-center py-5">
{{ $indexMenu := .Site.Params.education.index }}
{{ range $index, $element := .Site.Params.education.items }}