Update experiences.html
fixed display property when hidden
This commit is contained in:
parent
aa7403a567
commit
72fb58b0bf
1 changed files with 5 additions and 3 deletions
|
@ -6,8 +6,10 @@
|
|||
<div class="container-fluid anchor pb-5 experiences-section">
|
||||
{{ if not (.section.hideTitle) }}
|
||||
<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 }}
|
||||
|
||||
<div class="container timeline text-justify">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue