fix: link in sidebar extra component

This commit is contained in:
Xin 2023-10-24 20:17:39 +01:00
parent 0652772c15
commit 78ce7c2f2e

View File

@ -5,6 +5,6 @@
<span class="cursor-default">{{ $name }}</span>
</li>
{{ else }}
<li>{{ template "sidebar-item-link" dict "active" false "title" $name "link" (.URL | relLangURL) }}</li>
<li>{{ partial "sidebar/link" (dict "active" false "title" $name "link" (.URL | relLangURL)) }}</li>
{{ end }}
{{- end -}}