Fix header cover again

This commit is contained in:
gilsondev 2014-12-10 15:42:12 -02:00
parent b69f36a053
commit b574e28275
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{% block header %}
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->
<header class="intro-header" style="background-image: url('{{ HEADER_COVER|default({{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/home-bg.jpg) }}')">
<header class="intro-header" style="background-image: url('{{ HEADER_COVER|default(SITEURL/THEME_STATIC_DIR/images/home-bg.jpg) }}')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">