add options for cdn and app

This commit is contained in:
Zeni Kim 2025-07-15 10:53:18 -05:00
parent c9cb539d18
commit 5f0ca8e797
4 changed files with 28 additions and 2 deletions

View file

@ -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}}