Added option to add custom titles to sections

This commit is contained in:
Oscar Lopez
2022-08-17 17:33:16 -05:00
parent a177362851
commit 325e3bc8ee
6 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{{ if .Site.Params.education.enable | default false }}
<section id="education" class="py-5">
<div class="container">
<h3 class="text-center">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 }}