Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-12-11 05:48:57 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-12-11 05:48:57 +0300
commit78e7147b3d3c272b5b9b5a4489c3096492244115 (patch)
treeb05e7472f190162349193fac0ecaa6165af906ab /go.mod
parent0d7399e14d309ad251b21789a8cdd747adfd1d8e (diff)
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.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index f219a744..04256396 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)