Skip to content

Commit

Permalink
test removing pagination to fix missing post
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadSpheroid committed Jun 8, 2024
1 parent 857a52c commit dedb92d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Warren Jacinto Blog
description: Warren Jacinto aka DeadSpheroid's blog for all things software
description: Warren Jacinto aka DeadSpheroid's blog for all things code

url: https://deadspheroid.github.io
# Only necessary when hosting your site in a sub-directory. Project sites hosted on GitHub Pages are the common use-case of this variable.
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="home" id="home">
<h1 class="pageTitle">Recent Posts</h1>
<div class="posts noList">
{%- for post in paginator.posts -%}
{%- for post in site.posts -%}
<article>
<span class="date">{{ post.date | date: '%B %d, %Y' }}</span>
<h3>
Expand Down

0 comments on commit dedb92d

Please sign in to comment.