i don’t know if there’s an easier way to do this, but this is what i did:
find “post-template.php” in the “wp-includes” folder.
find the “wp_list_pages” function
find the first instance where the function mentions a ul tag.
immediatly after the “ul” tag (still in the single quotes) add link to your home page enclosed in a “li” tag.