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
This looks like a bug -- incorrect URL for sections added to menus. Where I have /articles/_index.md:
---
title: Archive
menu: main
---
and I render the menu:
{{ range .Site.Menus.main }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
The value of .URL for this section is / -- the root, where it should be /articles/.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: