Allow section titles to be configured to match menu items
This commit is contained in:
parent
df67dee343
commit
8420b99577
8 changed files with 9 additions and 5 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue