Fix URL for menus (#230)

Reverts 0d9656d939 (diff-5c3a1b4da16de002912dd90a78641f32R12)

Fixes #229
This commit is contained in:
Bud Parr 2019-10-27 18:28:52 -04:00 committed by GitHub
parent 9fe175d2aa
commit 77622f4e52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>