1111
1212 < div class ="container-xl px-3 px-md-6 pt-3 pb-2 ">
1313 < header class ="d-lg-flex gutter-lg mb-6 ">
14- < div class ="col-12 col-lg-6 mb-3 mb-lg-0 ">
14+ < div class ="{% if page.product_video and page.product_video != '' %} col-12 col-lg-6 mb-3 mb-lg-0{% endif %} ">
1515 < span class ="text-mono text-gray "> Product</ span >
1616 < h1 class ="mb-3 font-mktg ">
1717 {{ page.shortTitle }}
@@ -22,24 +22,26 @@ <h1 class="mb-3 font-mktg">
2222 </ h1 >
2323 < div class ="lead-mktg text-gray "> {{ page.intro }}</ div >
2424
25- < a href ="{{ page.introLinks.quickstart }} " class ="btn-mktg btn-large f4 mt-3 mr-3 ">
25+ {% if page.introLinks.quickstart and page.introLinks.quickstart != '' %}
26+ < a href ="/{{ currentLanguage }}{% if currentVersion != 'free-pro-team@latest' %}/{{ currentVersion }}{% endif %}{{ page.introLinks.quickstart }} " class ="btn-mktg btn-large f4 mt-3 mr-3 ">
2627 {% data ui.product_landing.quick_start %}
2728 </ a >
29+ {% endif %}
2830
29- {% if page.introLinks.reference %}
30- < a href ="{{ page.introLinks.reference }} " class ="btn-mktg btn-outline-mktg btn-large f4 mt-3 mr-3 ">
31+ {% if page.introLinks.reference and page.introLinks.reference != '' %}
32+ < a href ="/{{ currentLanguage }}{% if currentVersion != 'free-pro-team@latest' %}/{{ currentVersion }}{% endif %} {{ page.introLinks.reference }} " class ="btn-mktg btn-outline-mktg btn-large f4 mt-3 mr-3 ">
3133 {% data ui.product_landing.reference_guides %}
3234 </ a >
3335 {% endif %}
3436
35- {% if page.introLinks.overview %}
36- < a href ="{{ page.introLinks.overview }} " class ="btn-mktg btn-outline-mktg btn-large f4 mt-3 mr-3 ">
37+ {% if page.introLinks.overview and page.introLinks.overview != '' %}
38+ < a href ="/{{ currentLanguage }}{% if currentVersion != 'free-pro-team@latest' %}/{{ currentVersion }}{% endif %} {{ page.introLinks.overview }} " class ="btn-mktg btn-outline-mktg btn-large f4 mt-3 mr-3 ">
3739 {% data ui.product_landing.overview %}
3840 </ a >
3941 {% endif %}
4042 </ div >
4143
42- {% if page.product_video %}
44+ {% if page.product_video and page.product_video != '' %}
4345 < div class ="col-12 col-lg-6 ">
4446 < div class ="position-relative " style ="padding-bottom:56.25%; ">
4547 {% unless process.env.AIRGAP %}
0 commit comments