feat: add publication to default tpl

As users regularly ask how to get the example content.

Also, update modules to fix JS error RE no filter toolbar.
This commit is contained in:
George Cushen
2020-12-11 02:48:57 +00:00
parent 0d7399e14d
commit 78e7147b3d
11 changed files with 120 additions and 26 deletions

4
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic
go 1.15
require (
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201208221717-1d5456668842 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201208221717-1d5456668842
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201211023654-f6090cd7e55d // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201211023654-f6090cd7e55d
)