Skip to content

Commit 4e13e6a

Browse files
author
James Riordon
authored
Increase news count on /news (#46)
1 parent 09c3dcb commit 4e13e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/news.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h3>Presentations
6464
</h3>
6565

6666
<div class="grid gridNews">
67-
{% for post in category_posts limit:3 %}
67+
{% for post in category_posts limit:6 %}
6868
<div class="g-col-12 g-col-sm-6 g-col-md-4">
6969
<div class="card shadow">
7070
{% if post.image %}
@@ -100,7 +100,7 @@ <h3>Blog Posts
100100
</h3>
101101

102102
<div class="grid gridNews">
103-
{% for post in site.categories.blog limit:3 %}
103+
{% for post in site.categories.blog limit:6 %}
104104
<div class="g-col-12 g-col-sm-6 g-col-md-4">
105105
<div class="card shadow">
106106
{% if post.image %}

0 commit comments

Comments
 (0)