File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
themes/delphi/layouts/partials Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{{- $currentPage := . -}}
22< nav class ="nav-container ">
3- < div class ="uk-container uk-navbar-container " data-uk-navbar ="offset: 0 ">
3+ < div class ="uk-container uk-navbar-container " data-uk-navbar ="offset: -13 ">
44 < ul class ="uk-navbar-nav ">
55 < li >
66 < a class ="nav-cmu-delphi-logo " href ="{{ relref . "/" }}" title="Go to the main page"
1111 < ul class ="uk-navbar-nav nav-entries ">
1212 {{ range .Site.Menus.main.ByWeight }}
1313 < li
14- class ="nav-entry {{ if (eq $currentPage.Section .Identifier) -}}uk-active{{- end -}} {{ if .HasChildren -}}
14+ class ="nav-entry {{ if (eq $currentPage.Section .Identifier) -}}uk-active{{ end -}} {{ if .HasChildren -}}
1515 uk-parent
1616 {{- end -}} "
1717 >
You can’t perform that action at this time.
0 commit comments