From 595e3811063e66f6d34854116d887542bd874fb2 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Tue, 24 Oct 2023 19:12:15 +0100 Subject: [PATCH] feat: port Wowchemy blog template from Bootstrap to Tailwind --- starters/blog/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starters/blog/go.mod b/starters/blog/go.mod index b4b514f6..933de35e 100644 --- a/starters/blog/go.mod +++ b/starters/blog/go.mod @@ -3,4 +3,4 @@ module github.com/wowchemy/wowchemy-hugo-themes/starters/blog go 1.19 require github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231024173257-66e3c7e27eb0 -require github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-tailwind v0.0.0-20231024173257-66e3c7e27eb0 // indirect +require github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-tailwind v0.0.0-20231024181131-2c1d5b4f7188