Skip to content

Commit 3ac5288

Browse files
committed
1 parent 368fa18 commit 3ac5288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/delphi/layouts/partials/nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
@@ -11,7 +11,7 @@
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
>

0 commit comments

Comments
 (0)