From 38992d10f1f7845ef3b700fc8f58b3b379bc1743 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 12 Apr 2025 20:59:54 -0700 Subject: [PATCH] fix(recent-media.liquid): remove unnecessary limit args for media grids; limit enforced by postgres view --- package-lock.json | 4 ++-- package.json | 2 +- src/includes/home/recent-media.liquid | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 41ce0ec..214b62e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "1.3.18", + "version": "1.3.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "1.3.18", + "version": "1.3.20", "license": "MIT", "dependencies": { "minisearch": "^7.1.2", diff --git a/package.json b/package.json index 5527798..3bc4023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "1.3.18", + "version": "1.3.20", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "engines": { diff --git a/src/includes/home/recent-media.liquid b/src/includes/home/recent-media.liquid index b023ec3..429ad88 100644 --- a/src/includes/home/recent-media.liquid +++ b/src/includes/home/recent-media.liquid @@ -2,14 +2,12 @@ {% render "media/grid.liquid", globals:globals, data:media.recentMusic, - count:8, loading:"eager" %} {% render "media/grid.liquid", globals:globals, data:media.recentWatchedRead, shape:"vertical", - count:6 loading:"eager" %} {% render "blocks/banners/rss.liquid",