jakewies / hugo-theme-codex

A minimal blog theme for Hugo 🍜
https://themes.gohugo.io/themes/hugo-theme-codex/
MIT License
334 stars 188 forks source link

Fix Nav-Links #7

Closed somaniarushi closed 4 years ago

somaniarushi commented 4 years ago

Right now, the navigation links in the top-right corner about and blog lead to /blog and /blog/blog respectively and thus do not work correctly.

jakewies commented 4 years ago

Hey @somaniarushi ! Could you give me a quick step-by-step to replicate this issue?

I ran the example site and had no issue. Is this happening to you when you start a bootstrap a new project with hugo-theme-codex as your set theme?

somaniarushi commented 4 years ago

Hey Jake, completely my bad –– it was a problem with setting the base URL. If you set it with a /xxx, the nav links add that to the nav burger. Sorry about that!