Skip to content

Commit aefb96f

Browse files
authored
add sponsors on main page (Codeception#425)
1 parent a5686b9 commit aefb96f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_layouts/bootstrap.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ <h4>Modules</h4>
195195
{{ content }}
196196
</div>
197197

198-
{% include sponsors.html %}
198+
{% if page.hero %}
199+
{% include sponsors.html %}
200+
{% endif %}
199201

200202
<div class="d-none d-lg-block support-wrapper">
201203
<div class="container">

0 commit comments

Comments
 (0)