Removed un-necessary "Index" from $SITE_NAV options

This commit is contained in:
Tristan Ancelet 2023-12-08 13:22:38 -06:00
parent 3ac5d47c14
commit 29c236affa

View File

@ -7,7 +7,7 @@ export SCRIPT_DIR=$PROJ_DIR/scripts
export FILES_DIR=$PROJ_DIR/files
export SUBJECTS_DIR=$PROJ_DIR/subjects
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 () {
local SCRIPT_NAME="${1:?"import : script name not provided"}"