Fix shortcuts menu

This commit is contained in:
James Booker 2019-06-13 10:12:45 +01:00 committed by Matthew Taylor
parent eb0ad9c489
commit b304bb47f6

View file

@ -32,7 +32,7 @@
<ul>
{{ range sort . "Weight"}}
<li>
{{.Pre}}<a class="padding" href="{{.RelPermalink | absLangURL }}">{{safeHTML .Name}}</a>{{.Post}}
{{.Pre}}<a class="padding" href="{{.URL | absLangURL }}">{{safeHTML .Name}}</a>{{.Post}}
</li>
{{end}}
</ul>