mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-04-21 14:12:45 +00:00
Fix URL for menus (#230)
Reverts 0d9656d939 (diff-5c3a1b4da16de002912dd90a78641f32R12)
Fixes #229
This commit is contained in:
parent
9fe175d2aa
commit
77622f4e52
@ -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…
x
Reference in New Issue
Block a user