starters(notes): get fix for regression space in Book menu

This commit is contained in:
Geo 2022-05-16 13:31:57 +01:00
commit 0fa9b81706

View file

@ -3,6 +3,6 @@ module github.com/wowchemy/starter-book
go 1.14
require (
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220516105526-3e7984306cdc // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220516105526-3e7984306cdc // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220516122451-b804e4ab2fa6 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220516122451-b804e4ab2fa6 // indirect
)