Had to replace call to generate_index with generate_hook
This commit is contained in:
parent
f92e5e9f17
commit
f9736ae49a
@ -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
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user