You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/v3/homepage.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
{% include "v3/includes/_install_card.html" with title=install_card_title|default:"Install Boost and get started in your terminal." card_id=install_card_id|default:"hero-home-install" %}
37
37
</div>
38
38
</div>
39
-
<divclass="py-large four-column">
39
+
<divclass="four-column">
40
40
{% include 'v3/includes/_why_boost_cards.html' with why_boost_cards=why_boost_cards %}
41
41
</div>
42
42
<divclass="card-masonry-bottom py-large">
@@ -52,7 +52,7 @@
52
52
</div>
53
53
<divclass="item-c">
54
54
{% with data=testimonial_data %}
55
-
{% include "v3/includes/_testimonial_card.html" with heading="What engineers" testimonials=data.testimonials %}
55
+
{% include "v3/includes/_testimonial_card.html" with heading="What engineers are saying" testimonials=data.testimonials %}
0 commit comments