Skip to content

Commit

Permalink
Merge e678949 into 14f2199
Browse files Browse the repository at this point in the history
  • Loading branch information
goyal1092 committed May 23, 2014
2 parents 14f2199 + e678949 commit 0e330f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions templates/webshop/home.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
{% endblock breadcrumb %}

{% block main %}
{% block banner %}
<section class="main-banner">
<div class="container">
<div class="row">

<!-- Banner Background Image -->
<div class="col-md-12">
<div id="carousel-example-generic" class="carousel slide hidden-xs hidden-sm" data-ride="carousel">
Expand All @@ -33,7 +33,7 @@
{% endif %}
</div>
{% endfor %}

</div>
<a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
<span class="icon-prev"></span>
</a>
Expand All @@ -45,6 +45,8 @@
</div>
</div>
</section>
{% endblock banner %}

<section class="products latest">
<div class="container">
<div class="row">
Expand Down

0 comments on commit 0e330f8

Please sign in to comment.