From 98c928a7671543a44cc86dcdc5308ea3f23dd79a Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 12 Aug 2023 17:51:09 +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 c53b41cb..e06aa8fc 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.8.1-0.20230812163344-f38f65d0115f + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.8.1-0.20230812165002-59b648791d3f )