From 7f401bfb8d87464e7dcc2647f1acb853bdc82bc3 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Tue, 25 Oct 2016 19:29:55 -0400 Subject: [PATCH] build: Rename advanced navigation variable. --- build-docs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-docs b/build-docs index 49fd3cd7..606e407d 100755 --- a/build-docs +++ b/build-docs @@ -201,11 +201,11 @@ function build_source { -e 's|]*)>([^<>]+)|\2|g' \ "${NAVIGATION_PARTIAL}" > "${DEST}.nav.partial.html" sed -E \ - -e '/\{\{[ ]*include\.navigation[ ]*\}\}/{r '"${DEST}.nav.partial.html" -e 'd;}' \ + -e '/\{\{[ ]*navigation[ ]*\}\}/{r '"${DEST}.nav.partial.html" -e 'd;}' \ -i.sedbak "${DEST}.html" else sed -E \ - -e '/\{\{[ ]*include\.navigation[ ]*\}\}/d' \ + -e '/\{\{[ ]*navigation[ ]*\}\}/d' \ -i.sedbak "${DEST}.html" fi # process template tags