Removed un-necessary "Index" from $SITE_NAV options
This commit is contained in:
parent
3ac5d47c14
commit
29c236affa
@ -7,7 +7,7 @@ export SCRIPT_DIR=$PROJ_DIR/scripts
|
|||||||
export FILES_DIR=$PROJ_DIR/files
|
export FILES_DIR=$PROJ_DIR/files
|
||||||
export SUBJECTS_DIR=$PROJ_DIR/subjects
|
export SUBJECTS_DIR=$PROJ_DIR/subjects
|
||||||
export UTILS_DIR=$SCRIPT_DIR/utils
|
export UTILS_DIR=$SCRIPT_DIR/utils
|
||||||
export SITE_NAV='[[/index.wiki|Index]] [[/full_index.wiki|Full Index]] [[/tasks.wiki|Tasks Index]] [[/how-to.wiki|How-To Index]] [[/subjects.wiki|Subjects]]'
|
export SITE_NAV='[[/index.wiki|Index]] [[/full_index.wiki|Full Index]] [[/tasks.wiki|Tasks]] [[/how-to.wiki|How-To]] [[/subjects.wiki|Subjects]]'
|
||||||
|
|
||||||
function import () {
|
function import () {
|
||||||
local SCRIPT_NAME="${1:?"import : script name not provided"}"
|
local SCRIPT_NAME="${1:?"import : script name not provided"}"
|
||||||
|
Loading…
Reference in New Issue
Block a user