8 lines
224 B
HTML
8 lines
224 B
HTML
<!-- [html-validate-disable element-required-ancestor] -->
|
|
<dt>{{ i18n "categories" }}</dt>
|
|
<dd>
|
|
{{- range $index, $el := . -}}
|
|
<span> /</span>
|
|
<a href="{{ .RelPermalink }}">{{- .LinkTitle -}}</a>
|
|
{{- end -}}
|
|
</dd>
|