Skip to content

Commit 30c2ec4

Browse files
committed
reference new include files in product-landing layout
1 parent 01931dd commit 30c2ec4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

layouts/product-landing.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,14 @@ <h4>{{ link.title }} <span class="Bump-link-symbol">→</span></h4>
117117
{% endif %}
118118
</div>
119119

120+
{% if productCodeExamples %}
121+
{% include code-examples %}
122+
{% endif %}
123+
124+
{% if productCommunityExamples %}
125+
{% include community-examples %}
126+
{% endif %}
127+
120128
{{ renderedPage }}
121129
</div>
122130

0 commit comments

Comments
 (0)