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:
Jason Tipton 2020-07-03 11:04:30 -08:00 committed by GitHub
parent 2936164cc1
commit a83b1c5658
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 27 additions and 8 deletions

View file

@ -1,5 +1,7 @@
<div class="container-fluid anchor pb-5 experiences-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 timeline text-justify">
{{ $totalExperiences:= len .experiences }}