Allow section titles to be configured to match menu items

This commit is contained in:
Jason Tipton 2020-06-28 13:44:20 -08:00
parent df67dee343
commit 8420b99577
8 changed files with 9 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<div class="container-fluid projects bg-dimmed anchor pb-5" id="projects">
{{ if .Site.Data.projects }}
<h1 class="text-center">Projects</h1>
<h1 class="text-center">{{ .Site.Data.projects.title }}</h1>
<div class="container ml-auto text-center">
<div class="btn-group flex-wrap" role="group" id="project-filter-buttons">
{{ range .Site.Data.projects.buttons }}