We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01931dd commit 30c2ec4Copy full SHA for 30c2ec4
1 file changed
layouts/product-landing.html
@@ -117,6 +117,14 @@ <h4>{{ link.title }} <span class="Bump-link-symbol">→</span></h4>
117
{% endif %}
118
</div>
119
120
+ {% if productCodeExamples %}
121
+ {% include code-examples %}
122
+ {% endif %}
123
+
124
+ {% if productCommunityExamples %}
125
+ {% include community-examples %}
126
127
128
{{ renderedPage }}
129
130
0 commit comments