Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _layouts/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3>Presentations
</h3>

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

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