mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
Revert "Make Urls in menus respect CanonifyUrls"
This reverts commit 3ccb397902
.
This commit is contained in:
@@ -182,7 +182,7 @@ func TestHomeNodeMenu(t *testing.T) {
|
||||
defer resetMenuTestState(ts)
|
||||
|
||||
home := ts.site.newHomeNode()
|
||||
homeMenuEntry := &MenuEntry{Name: home.Title, Url: home.Url}
|
||||
homeMenuEntry := &MenuEntry{Name: home.Title, Url: string(home.Permalink)}
|
||||
|
||||
for i, this := range []struct {
|
||||
menu string
|
||||
|
Reference in New Issue
Block a user