From 5f6f1323f66288aeea69399811fc9d3a9b979db0 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Mon, 6 May 2019 17:54:11 +0100 Subject: theme: update v4.3.0-dev to fix People widget + convert content to YAML --- scripts/init_kickstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/init_kickstart.sh b/scripts/init_kickstart.sh index 20053df4..d9d06f8f 100644 --- a/scripts/init_kickstart.sh +++ b/scripts/init_kickstart.sh @@ -13,7 +13,7 @@ cd scripts/ rsync -av ../themes/academic/exampleSite/config/ ../config/ # Install demo user -rsync -av ../themes/academic/exampleSite/content/author/ ../content/author/ +rsync -av ../themes/academic/exampleSite/content/authors/ ../content/authors/ # Install an example instance of each widget type rsync -av --exclude gallery/ ../themes/academic/exampleSite/content/home/ ../content/home/ -- cgit v1.2.3