Skip to content

Commit

Permalink
back to the future momentum
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed Apr 29, 2024
1 parent f9a2590 commit 307dca8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/_layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
---

<div class="home">
{%- assign posts = site.posts -%}
{%- if site.paginate -%}
{%- assign posts = paginator.posts -%}
{%- else -%}
{%- assign posts = site.posts -%}
{%- endif -%}

{%- assign date_format = site.minima.date_format -%}
{%- if posts.size > 0 -%}
<section class="posts-group">
Expand Down

0 comments on commit 307dca8

Please sign in to comment.