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