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.achievements.enable | default false }}
<section id="achievements" class="py-5">
<div class="container">
<h3 class="text-center">Achievements</h3>
<h3 class="text-center">{{ .Site.Params.achievements.title | default "Achievements" }}</h3>
<div class="px-0 px-md-5 px-lg-5">
<div class="row justify-content-center px-3 px-md-5 px-lg-5">
{{ range .Site.Params.achievements.items }}