feat: add description section to section/term/taxonomies, fix header margin

This commit is contained in:
Jacky Zhao
2022-07-14 12:02:35 -07:00
parent 216ceb9a34
commit a0da04d298
4 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,9 @@
{{partial "header.html" .}}
<article>
<h1>Tag: {{ .Title }}</h1>
{{with .Params.description}}
<p>{{.}}</p>
{{end}}
{{partial "page-list.html" .Paginator.Pages}}
{{ template "_internal/pagination.html" . }}
</article>