demo: update modules

replace static/admin/ with module
This commit is contained in:
George Cushen
2021-01-23 19:24:23 +00:00
parent 6c8ea94485
commit 9ba41382eb
6 changed files with 13 additions and 344 deletions

View File

@@ -2,4 +2,7 @@ module github.com/wowchemy/starter-academic/exampleSite
go 1.15
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201230224646-25e0b0627f09 // indirect
require (
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210123180413-7dbc1f73edfd // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210123180413-7dbc1f73edfd // indirect
)