summaryrefslogtreecommitdiffstats
path: root/scripts/build_content.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build_content.sh')
-rwxr-xr-xscripts/build_content.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build_content.sh b/scripts/build_content.sh
index 83b6908..e627edc 100755
--- a/scripts/build_content.sh
+++ b/scripts/build_content.sh
@@ -82,6 +82,7 @@ get_subpages_metadata() {
82 date: .date, \ 82 date: .date, \
83 last_update: .last_update, \ 83 last_update: .last_update, \
84 category: .category, \ 84 category: .category, \
85 preview: .preview, \
85 content: \"$content\" \ 86 content: \"$content\" \
86 } | del(.[] | nulls)") 87 } | del(.[] | nulls)")
87 local title=$(echo "$metadata" | jq ".title") 88 local title=$(echo "$metadata" | jq ".title")