_includes/jumbotron.html in jumbo-jekyll-theme-3.0.10 vs _includes/jumbotron.html in jumbo-jekyll-theme-3.0.11
- old
+ new
@@ -1,5 +1,5 @@
-<div class="row {% if site.data.settings.jumbotron.darken %}overlay{% endif %}" id="jumbotron"
+<div class="row {% if page.jumbotron.background-image %}background-image {% endif %}{% if site.data.settings.jumbotron.darken %}overlay{% endif %}" id="jumbotron"
{% if page.jumbotron.background-image %}
style="background-image: url('{{page.jumbotron.background-image}}');"
{% else %}
class="jumbotron text-center featured-jumbotron"
{% endif %}> <!--Row -->
\ No newline at end of file