relBase in hero
This commit is contained in:
parent
e677893626
commit
b950326b17
|
@ -1,4 +1,5 @@
|
|||
<header class="hero" style="background-image: url({{ page.image }});">
|
||||
{% include relBase.html %}
|
||||
<header class="hero" style="background-image: url({{ relBase }}{{ page.image }});">
|
||||
<div class="imagecontainer">
|
||||
<h4>{{ page.title }}</h4>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue