To anyone else looking for a solution to the problem atlantadiva was having:
IF your navbar is constructed using Pages (for example, if you’re using the plugin PageMash) AND your homepage is set to show blog posts (see: https://codex.www.ads-software.com/Creating_a_Static_Front_Page) AND what you’d like to do is have a nav bar entry that points back to the homepage (which is all recent blog posts), here’s what you do:
1. Create a dummy page with no content
2. In the Title of this dummy page, create an XHTML link that points back to the homepage’s URL: Home
Once you save and publish this page, a new button will appear in your nav bar labeled Home (using the above example), and when people click on the Home nav bar button, the browser will redirect to https://MyAwesomeSite.com/blog .
Hope this helps!