iftest -z "${meta_array[date]}";then# If there is no existing date in the metadata
meta_array["date"]="$(date -r $1 +'%b %d, %Y')"
fi
echo"${meta_array[date]}"
}
add_header_and_footer(){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.