Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
marioortizmanero committed Jan 7, 2025
1 parent 8da8f70 commit 6e5a724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/series.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ description: "all the series in the site"

{%- for series in collections.series %}
{%- assign postsInSeries = collections.posts | getPostsInSeries: series.data.name %}
{%- assign firstPost = postsInSeries | last %}
{%- assign lastPost = postsInSeries | first %}
{%- assign firstPost = postsInSeries | first %}
{%- assign lastPost = postsInSeries | last %}
<article class="post-entry">
<figure class="entry-preview">
<img loading="lazy" src="{{ firstPost.data.image }}" alt="{{ firstPost.data.imageAlt | escape }}" eleventy:widths="300">
Expand Down

0 comments on commit 6e5a724

Please sign in to comment.