Browse Source

Fix URL for menus

Reverts 0d9656d939 (diff-5c3a1b4da16de002912dd90a78641f32R12)

Fixes #229
229-Fix-menu-url
budparr 5 years ago
parent
commit
9f7556488d
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/partials/site-navigation.html

+ 1
- 1
layouts/partials/site-navigation.html View File

@@ -9,7 +9,7 @@
<ul class="pl0 mr3">
{{ range .Site.Menus.main }}
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="{{ .Permalink }}" title="{{ .Name }} page">
<a class="hover-white no-underline white-90" href="{{ .URL }}" title="{{ .Name }} page">
{{ .Name }}
</a>
</li>

Loading…
Cancel
Save