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 09c3dcb commit 4e13e6aCopy full SHA for 4e13e6a
_layouts/news.html
@@ -64,7 +64,7 @@ <h3>Presentations
64
</h3>
65
66
<div class="grid gridNews">
67
- {% for post in category_posts limit:3 %}
+ {% for post in category_posts limit:6 %}
68
<div class="g-col-12 g-col-sm-6 g-col-md-4">
69
<div class="card shadow">
70
{% if post.image %}
@@ -100,7 +100,7 @@ <h3>Blog Posts
100
101
102
103
- {% for post in site.categories.blog limit:3 %}
+ {% for post in site.categories.blog limit:6 %}
104
105
106
0 commit comments