bobatheme/layouts/taxonomy/term.html

16 lines
314 B
HTML
Raw Normal View History

2021-11-21 19:43:56 -06:00
{{ define "main" }}
<h1>
{{ partial "icon.html" "filter" }}
2021-11-21 19:43:56 -06:00
{{ .Title | markdownify }}
{{ partial "rss-link.html" . }}
</h1>
2022-05-06 19:44:27 -05:00
{{ with .Content }}
{{ . }}
{{ end }}
{{ partial "page-list.html" .Paginator.Pages }}
2021-11-21 19:43:56 -06:00
{{ partial "pagination.html" . }}
{{ end }}