Skip to content

Commit

Permalink
Limit blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
NateShoffner committed Dec 30, 2023
1 parent 274b419 commit 2c20860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/blog_section.html
Expand Up @@ -3,7 +3,7 @@ <h2 class="mb-5">Latest <span class="text-highlight">Blog Posts</span><a href="{
<p class="pb-5">Incoherent ramblings, project updates, reviews, and other writings fallen into the ether.</p>

<div class="row">
{% for post in site.posts limit: 6 %}
{% for post in site.posts limit: 3 %}
<div class="col-sm-12 col-md-6 col-lg-4 mb-5">
{% include post_excerpt.html post=post %}
</div>
Expand Down

0 comments on commit 2c20860

Please sign in to comment.