Skip to content

Commit

Permalink
Update home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed May 31, 2024
1 parent 96b4862 commit 50522f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 class="home_header">SPONSER OUR RESERACH</h2>
<div class="home_flex_item home_posts">
<!-- <h2 class="post-list-heading">{{ page.list_title | default: "Posts" }}</h2> -->
<ul class="post-list home_post-list">
{%- assign post_per_page = 10 -%}
{%- assign post_per_page = 12 -%}
{%- assign num_sections = site.posts.size | divided_by: post_per_page -%}
{% assign i = 0 -%}
{%- assign posts_start = i | times: post_per_page -%}
Expand Down

0 comments on commit 50522f9

Please sign in to comment.