Update accomplishments.html
fix display property when hidden
This commit is contained in:
parent
d0a6eb4b28
commit
d55f4654e0
1 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,10 @@
|
||||||
<div class="container-fluid anchor pb-5 accomplishments-section">
|
<div class="container-fluid anchor pb-5 accomplishments-section">
|
||||||
{{ if not (.section.hideTitle) }}
|
{{ if not (.section.hideTitle) }}
|
||||||
<h1 class="text-center">
|
<h1 class="text-center">
|
||||||
<span id="{{ $sectionID }}"></span>{{ .section.name }}</h1>
|
<span id="{{ $sectionID }}"></span>{{ .section.name }}</h1>
|
||||||
|
{{ else }}
|
||||||
|
<h1 class="text-center" style="display: none">
|
||||||
|
<span id="{{ $sectionID }}"></span>{{ .section.name }}</h1>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue