Replaced deprecated .URL with .Permalink

This was probably missed in #216 and #275
This commit is contained in:
Janos Lenart 2020-06-01 19:29:26 +01:00
parent 8a27cda7f0
commit c38c886635

View File

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