summaryrefslogtreecommitdiff
path: root/layouts/partials/menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/menu.html')
-rw-r--r--layouts/partials/menu.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html
index b27d498..15da3f9 100644
--- a/layouts/partials/menu.html
+++ b/layouts/partials/menu.html
@@ -13,17 +13,7 @@
{{- $page := .page }}
{{- range .menuEntries }}
{{- partial "menu/item.html" (dict "page" $page "item" .) }}
-
- {{- if .Params.inlineChildren}}
- {{- with .Children }}
- - {{- partial "inline/menu/inline.html" (dict "page" $page "menuEntries" .) }}
- {{- end}}
- {{- else}}
- {{- with .Children }}
- <ul>{{- partial "inline/menu/walk.html" (dict "page" $page "menuEntries" .) }}</ul>
- {{- end }}
- {{- end}}
{{- end }}
{{- end }}