Had to replace call to generate_index with generate_hook

This commit is contained in:
Tristan Ancelet 2023-11-18 17:10:17 -06:00
parent f92e5e9f17
commit f9736ae49a

View File

@ -30,7 +30,7 @@ while [[ $# -ne 0 ]]; do
FILENAME="${2:?"main.sh : Filename was not provided"}"
generate_blog_post "$TITLE" "$DATESTAMP-$FILENAME"
sync
generate_index
generate_hook
break
;;