texture to support baseurl
This commit is contained in:
parent
d0db79a8d2
commit
6f31817962
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<header class="header">
|
||||
<header class="header" style="background-image: url('{{ site.baseurl }}/assets/images/btr-texture.png');"> <!-- set bg url here so we can apply site.baseurl -->
|
||||
<div class="container">
|
||||
<div class="header-area-wrapper">
|
||||
<div class="header-menu">
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ a:active {
|
|||
.header {
|
||||
position: relative;
|
||||
background-color: $gold;
|
||||
background-image: url("/assets/images/btr-texture.png");
|
||||
// Set background image in HTML so we can use site.baseurl
|
||||
background-size: 170px;
|
||||
padding: 0 0 100px 0;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue