diff --git a/package.json b/package.json index f846bb40..323d57a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "12.9.6", + "version": "12.9.7", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index 563fa679..7774fca6 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -87,7 +87,7 @@ layout: default {% tablericon "books" "Books" %} Books -{% assign bookData = books | bookStatus: 'started' %} +{% assign bookData = books | bookStatus: 'started' | reverse %} {% render "partials/now/media-grid.liquid", data:bookData, shape: "vertical", count: 6 %} {% render "partials/recent-links.liquid", links:collections.links %}
Here's what I'm reading at the moment. You can also take a look at what I'm planning to read (eventually).