Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/menu.go')
-rw-r--r--hugolib/menu.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/hugolib/menu.go b/hugolib/menu.go
index 35991b1c7..116545a9a 100644
--- a/hugolib/menu.go
+++ b/hugolib/menu.go
@@ -21,8 +21,6 @@ import (
"github.com/spf13/cast"
)
-// TODO(bep) np menu entries in section content etc.?
-
// MenuEntry represents a menu item defined in either Page front matter
// or in the site config.
type MenuEntry struct {