From 482204a0ba05cceb1957f12d4d8d73d61ec0c5f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 10 Mar 2023 14:40:12 +0000 Subject: [PATCH] :bug: fixed gallery loading packery problem --- layouts/shortcodes/gallery.html | 18 +++++++----------- package.json | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/layouts/shortcodes/gallery.html b/layouts/shortcodes/gallery.html index b3064d79..0a228ddb 100644 --- a/layouts/shortcodes/gallery.html +++ b/layouts/shortcodes/gallery.html @@ -6,15 +6,11 @@ \ No newline at end of file diff --git a/package.json b/package.json index 98f5f4e8..b0e9d806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "2.30.0", + "version": "2.31.0", "description": "Blowfish theme for Hugo", "scripts": { "fullinstall": "npm run preinstall && npm install && npm run postinstall",