mirror of
https://github.com/imfing/hextra.git
synced 2025-07-03 19:27:22 -04:00
fix: link in sidebar extra component
This commit is contained in:
@ -5,6 +5,6 @@
|
|||||||
<span class="cursor-default">{{ $name }}</span>
|
<span class="cursor-default">{{ $name }}</span>
|
||||||
</li>
|
</li>
|
||||||
{{ else }}
|
{{ 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 }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
Reference in New Issue
Block a user