frontend: add BANNER_COLOR to control jumbotron bg
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
1bc817a013
commit
432c5462a0
2 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,11 @@
|
|||
|
||||
{{ template "header" . }}
|
||||
<main role="main">
|
||||
<section class="jumbotron text-center mb-0">
|
||||
<section class="jumbotron text-center mb-0"
|
||||
{{ with $.banner_color }}
|
||||
style="background-color: {{.}};"
|
||||
{{ end }}
|
||||
>
|
||||
<div class="container">
|
||||
<h1 class="jumbotron-heading">
|
||||
One-stop for Hipster Fashion & Style Online
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue