properly format metadata and previous and next pages
This commit is contained in:
parent
94d498f0e1
commit
b31611af40
4 changed files with 32 additions and 17 deletions
8
layouts/partials/taxonomy/categories.html
Normal file
8
layouts/partials/taxonomy/categories.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<!-- [html-validate-disable element-required-ancestor] -->
|
||||
<dt>{{ i18n "categories" }}</dt>
|
||||
<dd>
|
||||
{{- range $index, $el := . -}}
|
||||
<span> /</span>
|
||||
<a href="{{ .RelPermalink }}">{{- .LinkTitle -}}</a>
|
||||
{{- end -}}
|
||||
</dd>
|
Loading…
Add table
Add a link
Reference in a new issue