Allow section titles to be hidden inline (#24)
* Allow section titles to be hidden within the section themselves * Show sections in footer to match navbar
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<div class="container-fluid anchor pb-5 achievements-section" id="{{ replace (lower .section.name) " " "-" }}">
|
||||
<h1 class="text-center">{{ .section.name }}</h1>
|
||||
{{ if not (.section.hideTitle) }}
|
||||
<h1 class="text-center">{{ .section.name }}</h1>
|
||||
{{ end }}
|
||||
<div class="container">
|
||||
<div class="row" id="gallery">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user