Skip to content

Commit b304bb4

Browse files
jamesbookermatalo33
authored andcommitted
Fix shortcuts menu
1 parent eb0ad9c commit b304bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h3>{{ if not $disableShortcutsTitle}}{{ T "Shortcuts-Title"}}{{ end }}</h3>
3232
<ul>
3333
{{ range sort . "Weight"}}
3434
<li>
35-
{{.Pre}}<a class="padding" href="{{.RelPermalink | absLangURL }}">{{safeHTML .Name}}</a>{{.Post}}
35+
{{.Pre}}<a class="padding" href="{{.URL | absLangURL }}">{{safeHTML .Name}}</a>{{.Post}}
3636
</li>
3737
{{end}}
3838
</ul>

0 commit comments

Comments
 (0)