1
0

Theme update. Cleanup configuration

This commit is contained in:
2022-02-12 20:40:02 +01:00
parent 5e8180831a
commit 5e301f1fe1
5 changed files with 13 additions and 32 deletions

4
go.mod
View File

@ -4,6 +4,6 @@ go 1.15
require (
github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220122152657-2ccc34471cfa // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220122152657-2ccc34471cfa // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220209002342-6224270ab3b1 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220209002342-6224270ab3b1 // indirect
)