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