Files
bobatheme/layouts/authors/taxonomy.html
2025-08-31 03:09:37 -05:00

13 lines
240 B
HTML

{{ define "main" }}
<h1>
{{ partial "icon.html" "user-circle" }}
{{ .Title | markdownify }}
</h1>
{{ with .Content }}
{{ . }}
{{ end }}
{{ partial "page-list.html" .Paginator.Pages }}
{{ end }}