Minor correction on an array example on line 122

This commit is contained in:
Robert Freeman-Day (PresGas) 2023-01-16 13:21:08 -05:00
parent 26d4ac3a9d
commit 67055aaac2
1 changed files with 1 additions and 1 deletions

2
bb.sh
View File

@ -109,7 +109,7 @@ global_variables() {
# CSS files to include on every page, f.ex. css_include=('main.css' 'blog.css')
# leave empty to use generated
css_include=()
# HTML files to exclude from index, f.ex. post_exclude=('imprint.html 'aboutme.html')
# HTML files to exclude from index, f.ex. post_exclude=('imprint.html' 'aboutme.html')
html_exclude=()
# Localization and i18n