Skip to content

Commit

Permalink
Update blog-sidenav.html
Browse files Browse the repository at this point in the history
  • Loading branch information
r-bartlett-gsa authored Oct 11, 2024
1 parent f74ac78 commit ca59544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/blog-sidenav.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="border-top-1 border-accent-cool-darker padding-top-2 margin-bottom-4 usa-prose">
<h3 class="margin-bottom-0" style="color:#112f4e;">Recent Posts</h3>
<ul class="usa-list usa-list--unstyled padding-top-2">
{% for post in site.posts limit:10 %}
{% for post in site.posts limit:20 %}
<li class="padding-bottom-1 margin-bottom-0">
<a class="usa-link" href="{{site.baseurl}}{{post.url}}">
{{ post.title }}
Expand Down

0 comments on commit ca59544

Please sign in to comment.