We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2154a commit 2e30852Copy full SHA for 2e30852
config.toml
@@ -142,10 +142,10 @@ weight = 5
142
143
[[menu.main]]
144
name = "News"
145
-url = "/news"
+url = "/news/"
146
weight = 4
147
148
149
name = "Contact"
150
-url = "/contact"
+url = "/contact/"
151
weight = 5
layouts/partials/navbar-menu.html
@@ -26,7 +26,7 @@
26
</div>
27
28
{{ else }}
29
-<a class="navbar-item has-text-weight-bold" href="{{ .URL }}"{{ if $isExternal }} target="_blank"{{ end }}>
+<a class="navbar-item has-text-weight-bold{{ if $isHere }} is-active{{ end }}" href="{{ .URL }}"{{ if $isExternal }} target="_blank"{{ end }}>
30
{{ .Name }}
31
</a>
32
{{ end }}
0 commit comments