Skip to content

Commit 5159879

Browse files
committed
Limit related guides to 20
1 parent 6f131af commit 5159879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/guides.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h3>On the same extensions</h3>
8383
<div class="grid__item width-6-12 width-12-12-m">
8484
<h3>On the same topics</h3>
8585
<ul class="related-content">
86-
{% for guide in relations[guide_url].sameTopics limit:10 -%}
86+
{% for guide in relations[guide_url].sameTopics limit:20 -%}
8787
{% assign is_external_guide = guide.url | startswith: 'http' %}
8888
{% if is_external_guide %}
8989
{% assign related_guide_url = include.url %}
@@ -99,4 +99,4 @@ <h3>On the same topics</h3>
9999
{% endif -%}
100100
</div>
101101
{% endif -%}
102-
</div>
102+
</div>

0 commit comments

Comments
 (0)