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 achievements bg-dimmed anchor pb-5" id="achievements">
|
||||
{{ if .Site.Data.achievements }}
|
||||
<h1 class="text-center">Achievements</h1>
|
||||
<h1 class="text-center">{{ .Site.Data.achievement.title }}</h1>
|
||||
|
||||
<div class="container">
|
||||
<div class="row" id="gallery">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue