From bd183b0755550537f159c296cc4034e2aa8b04bd Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 12 Aug 2023 17:39:27 +0100 Subject: [PATCH] starters: update go.mod fix gallery lightbox doesn't always load --- starters/academic/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starters/academic/go.mod b/starters/academic/go.mod index c1fef0ce..c53b41cb 100644 --- a/starters/academic/go.mod +++ b/starters/academic/go.mod @@ -6,5 +6,5 @@ require ( github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20230420205746-951c7b6f709d + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.8.1-0.20230812163344-f38f65d0115f )