1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-04-28 10:04:01 -05:00
bobatheme/layouts/authors/term.html

18 lines
368 B
HTML

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