forked from drowl87/hextra_mirror
fix: link in sidebar extra component
This commit is contained in:
parent
0652772c15
commit
78ce7c2f2e
@ -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 -}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user