Skip to content

Commit

Permalink
Update post list
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyunsik Lee authored and Hyunsik Lee committed Nov 28, 2024
1 parent de56e61 commit 879bbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="page-title {% if page.feature %} feature {% endif %}">
<h1>{{ page.title }}</h1>
</div>
{% assign posts = site.posts | slice: 2, 3 %}
{% assign posts = site.posts | slice: 1, 3 %}
<div style="margin-bottom: 80px">
{% for post in posts %}
{% if post.layout == "post" %}
Expand Down

0 comments on commit 879bbf1

Please sign in to comment.