diff options
Diffstat (limited to 'themes/stingray/layouts/_default/baseof.html')
-rw-r--r-- | themes/stingray/layouts/_default/baseof.html | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/themes/stingray/layouts/_default/baseof.html b/themes/stingray/layouts/_default/baseof.html index a935536..d4ded14 100644 --- a/themes/stingray/layouts/_default/baseof.html +++ b/themes/stingray/layouts/_default/baseof.html @@ -2,14 +2,16 @@ <html> {{- partial "head.html" . -}} <body> - <header> - {{- partial "header.html" . -}} - </header> - <main id="content"> - {{- block "main" . }}{{- end }} - </main> - <footer> - {{- partial "footer.html" . -}} - </footer> + <div class="jumbotron"> + <header> + {{- partial "header.html" . -}} + </header> + <main id="content"> + {{- block "main" . }}{{- end }} + </main> + <footer> + {{- partial "footer.html" . -}} + </footer> + </div> </body> </html> |