|
@@ -5,7 +5,11 @@
|
|
|
|
|
|
<div class="container-fluid anchor pb-5 projects-section" id="{{ $sectionID }}">
|
|
|
{{ if not (.section.hideTitle) }}
|
|
|
- <h1 class="text-center">{{ .section.name }}</h1>
|
|
|
+ <h1 class="text-center">
|
|
|
+ <span id="{{ $sectionID }}"></span>{{ .section.name }}</h1>
|
|
|
+ {{ else }}
|
|
|
+ <h1 class="text-center" style="display: none">
|
|
|
+ <span id="{{ $sectionID }}"></span>{{ .section.name }}</h1>
|
|
|
{{ end }}
|
|
|
<div class="container ml-auto text-center">
|
|
|
<div class="btn-group flex-wrap" role="group" id="project-filter-buttons">
|