You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When your hugo site is configured with .Site.BaseURL set to something that doesn't equate to the /, the default title link in the header results in a 404.
You can fix this by editing layouts/partials/header.html and changing the URL for the title link from "/" to "{{ .Site.BaseURL }}"
I'd be more than happy to fix this and issue a pull request, if you're ok with it.
When your hugo site is configured with .Site.BaseURL set to something that doesn't equate to the /, the default title link in the header results in a 404.
For example, one of my sites' URL is "https://exampleworkblog.workblog.com/hugo-blog/" The default link when I use results in a user clicking the title going to "https://exampleworkblog.workblog.com/" , which is an invalid path, resulting in a 404.
The text was updated successfully, but these errors were encountered: