summaryrefslogtreecommitdiffhomepage
path: root/www/scripts/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/scripts/build.sh')
-rwxr-xr-xwww/scripts/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/scripts/build.sh b/www/scripts/build.sh
index 985725a..6cc0bc2 100755
--- a/www/scripts/build.sh
+++ b/www/scripts/build.sh
@@ -86,6 +86,7 @@ check_frontmatter() {
86 86
87 # define local variables for frontmatter 87 # define local variables for frontmatter
88 while read key value; do 88 while read key value; do
89 [[ $key =~ ^[[:digit:]] ]] && key=_$key
89 export ${key,,}="$value" 90 export ${key,,}="$value"
90 done <<<"$(get_frontmatter)" 91 done <<<"$(get_frontmatter)"
91 92