We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f131af commit 5159879Copy full SHA for 5159879
_layouts/guides.html
@@ -83,7 +83,7 @@ <h3>On the same extensions</h3>
83
<div class="grid__item width-6-12 width-12-12-m">
84
<h3>On the same topics</h3>
85
<ul class="related-content">
86
- {% for guide in relations[guide_url].sameTopics limit:10 -%}
+ {% for guide in relations[guide_url].sameTopics limit:20 -%}
87
{% assign is_external_guide = guide.url | startswith: 'http' %}
88
{% if is_external_guide %}
89
{% assign related_guide_url = include.url %}
@@ -99,4 +99,4 @@ <h3>On the same topics</h3>
99
{% endif -%}
100
</div>
101
102
-</div>
+</div>
0 commit comments