added optional jumbotron on home page
This commit is contained in:
parent
0be6633185
commit
083901e517
4 changed files with 91 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<header>
|
||||
<header class="{{ if .IsHome }}jumbotronContainer{{ end }}">
|
||||
{{- partial "inject/header-before.html" . -}}
|
||||
<div class="titleAndSearchContainer">
|
||||
<div id="titleContainer">
|
||||
|
|
@ -55,4 +55,5 @@
|
|||
{{ end }}
|
||||
</div>
|
||||
{{- partial "inject/header-after.html" . -}}
|
||||
{{- partial "jumbotron.html" . -}}
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue