aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-list.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-07-26 19:18:03 -0400
committertdro <tdro@noreply.example.com>2022-07-26 19:18:03 -0400
commit9ac657384e43a8009ae47fb7e149597a18596910 (patch)
treebaf19b89f83dbbdfba576fe564997859055892d3 /themes/default/layouts/partials/author-list.html
parent3c061eed0ed1e35455d115ee79ec93789acc3a5e (diff)
downloadcanory-9ac657384e43a8009ae47fb7e149597a18596910.tar.gz
canory-9ac657384e43a8009ae47fb7e149597a18596910.tar.bz2
canory-9ac657384e43a8009ae47fb7e149597a18596910.zip
themes/default/layouts/partials/author-list: Should be an aside
Diffstat (limited to 'themes/default/layouts/partials/author-list.html')
-rw-r--r--themes/default/layouts/partials/author-list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/author-list.html b/themes/default/layouts/partials/author-list.html
index bfeaa16..127447f 100644
--- a/themes/default/layouts/partials/author-list.html
+++ b/themes/default/layouts/partials/author-list.html
@@ -5,10 +5,10 @@
<author-list>
<h1>Authors</h1>
- <section>
+ <aside>
{{- range $author := first 3 (shuffle (uniq $authors)) -}}
{{ $data := index $.Site.Data $author | default "default" }}
{{ partial "author-card.html" (dict "Data" $data) }}
{{ end }}
- </section>
+ </aside>
</author-list>