forked from goffee/core
add options for cdn and app
This commit is contained in:
parent
c9cb539d18
commit
5f0ca8e797
4 changed files with 28 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{{define "page_nav"}}
|
||||
<ul class="nav justify-content-center {{.NavClass}} {{if eq .IsVertical true}}flex-column{{end}}{{if eq .IsTab true}}nav-tabs{{end}}" {{if eq .IsTab true}}role="tablist"{{end}}>
|
||||
{{range $item := .NavItems}}
|
||||
|
||||
{{if gt (len $item.ChildItems) 0}}
|
||||
{{ $hasActiveChild := false }}
|
||||
{{range $child := $item.ChildItems}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue