Skip to content

Commit a5317d7

Browse files
committed
remove HTML from discussions landing page content file
1 parent 121a3be commit a5317d7

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

content/discussions/index.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,3 @@ versions:
3434
<!-- {% link_with_intro /discussions-guides %} -->
3535
<!-- {% link_with_intro /collaborating-with-your-community-using-discussions %} -->
3636
<!-- {% link_with_intro /managing-discussions-for-your-community %} -->
37-
38-
<!-- Community examples -->
39-
{% assign discussionsCommunityExamples = site.data.variables.discussions_community_examples %}
40-
{% if discussionsCommunityExamples %}
41-
<div class="my-6 pt-6">
42-
<h2 class="mb-2 font-mktg h1">Communities using discussions</h2>
43-
44-
<div class="d-flex flex-wrap gutter">
45-
{% render discussions-community-card for discussionsCommunityExamples as example %}
46-
</div>
47-
{% if discussionsCommunityExamples.length > 6 %}
48-
<button class="js-filter-card-show-more btn btn-outline float-right" data-js-filter-card-max="6">Show more {% octicon "arrow-right" %}</button>
49-
{% endif %}
50-
<div class="js-filter-card-no-results d-none py-4 text-center color-text-secondary font-mktg">
51-
<div class="mb-3">{% octicon "search" width="24" %}</div>
52-
<h3 class="text-normal">Sorry, there is no result for <strong class="js-filter-card-value"></strong></h3>
53-
<p class="my-3 f4">It looks like we don't have an example that fits your filter.<br>Try another filter or add your code example</p>
54-
<a href="https://github.com/github/docs/blob/main/data/variables/discussions_community_examples.yml">Add your community {% octicon "arrow-right" %}</a>
55-
</div>
56-
</div>
57-
{% endif %}

0 commit comments

Comments
 (0)